Your project description goes here
Project description
Your project description goes here
Documentation
The full documentation is at https://django-coap.readthedocs.io.
Quickstart
Install django-coap:
pip install django-coap
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'django_coap.apps.DjangoCoapConfig',
...
)
Add django-coap’s URL patterns:
from django_coap import urls as django_coap_urls
urlpatterns = [
...
url(r'^', include(django_coap_urls)),
...
]
Features
TODO
Running Tests
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate (myenv) $ pip install tox (myenv) $ tox
Credits
Tools used in rendering this package:
History
0.1.0 (2018-03-23)
First release on PyPI.
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
django-coap-0.1.0.tar.gz
(5.5 kB
view details)
File details
Details for the file django-coap-0.1.0.tar.gz
.
File metadata
- Download URL: django-coap-0.1.0.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | da6f0d42bcc715559424d01e80149ccef375f7d2bd34b385caeb2e72aeacacbf |
|
MD5 | 9a3d4baf117fe5e44c5f9192a3d4b397 |
|
BLAKE2b-256 | 83f1e0070337a74d9de293eaca1096a4b0b62be00dbffddb92c4a005ec78543e |