Skip to main content

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)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-asyncviews-0.1.0.tar.gz (6.1 kB view details)

Uploaded Source

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

Hashes for django-asyncviews-0.1.0.tar.gz
Algorithm Hash digest
SHA256 76eb85c610395900eed836a32601af51fea0fb5fc3b04b5631694a5d0c9cdd2f
MD5 36dcfcc51058e6d0727b0d95683f220a
BLAKE2b-256 c6ab84c52c2567fee994f7a811ea0ef4a225984c8efbd48ac6c92ac2c46ab1f7

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page