Asynchronous JSON/HTML view library
Project description
Django AsyncViews
=================
![Build](https://git.steadman.io/podiant/django-asyncviews/badges/master/build.svg)
![Coverage](https://git.steadman.io/podiant/django-asyncviews/badges/master/coverage.svg)
Asynchronous JSON/HTML view library
## Quickstart
Install Django AsyncViews:
```sh
pip install django-asyncviews
```
Add it to your `INSTALLED_APPS`:
```python
INSTALLED_APPS = (
...
'asyncviews',
...
)
```
Add AsyncViews' URL patterns:
```python
from asyncviews import urls as asyncviews_urls
urlpatterns = [
...
url(r'^', include(asyncviews_urls)),
...
]
```
## Running tests
Does the code actually work?
```
coverage run --source asyncviews runtests.py
```
## Credits
Tools used in rendering this package:
- [Cookiecutter](https://github.com/audreyr/cookiecutter)
- [`cookiecutter-djangopackage`](https://github.com/pydanny/cookiecutter-djangopackage)
=================
![Build](https://git.steadman.io/podiant/django-asyncviews/badges/master/build.svg)
![Coverage](https://git.steadman.io/podiant/django-asyncviews/badges/master/coverage.svg)
Asynchronous JSON/HTML view library
## Quickstart
Install Django AsyncViews:
```sh
pip install django-asyncviews
```
Add it to your `INSTALLED_APPS`:
```python
INSTALLED_APPS = (
...
'asyncviews',
...
)
```
Add AsyncViews' URL patterns:
```python
from asyncviews import urls as asyncviews_urls
urlpatterns = [
...
url(r'^', include(asyncviews_urls)),
...
]
```
## Running tests
Does the code actually work?
```
coverage run --source asyncviews runtests.py
```
## Credits
Tools used in rendering this package:
- [Cookiecutter](https://github.com/audreyr/cookiecutter)
- [`cookiecutter-djangopackage`](https://github.com/pydanny/cookiecutter-djangopackage)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-asyncviews-0.1.0.tar.gz
.
File metadata
- Download URL: django-asyncviews-0.1.0.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 76eb85c610395900eed836a32601af51fea0fb5fc3b04b5631694a5d0c9cdd2f |
|
MD5 | 36dcfcc51058e6d0727b0d95683f220a |
|
BLAKE2b-256 | c6ab84c52c2567fee994f7a811ea0ef4a225984c8efbd48ac6c92ac2c46ab1f7 |