Your project description goes here
Documentation
The full documentation is at https://dmango.readthedocs.io.
Quickstart
Install dmango:
pip install dmango
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'dmango.apps.DmangoConfig',
...
)
Add dmango’s URL patterns:
from dmango import urls as dmango_urls
urlpatterns = [
...
url(r'^', include(dmango_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-06-07)
First release on PyPI.
Release files for dmango 0.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| dmango-0.2.0.tar.gz | 5.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| dmango-0.2.0-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 11.3 kB
Release files / dmango-0.2.0.tar.gz
| Download URL | dmango-0.2.0.tar.gz |
|---|---|
| Size | 5.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
401a7f0304f609a55756f8d6cfebb2f5e41b1475d7d85728fad0c32fc8f95a9c
|
|
BLAKE2b-256 checksum How to use checksums |
a5cd92dac6dd6733861dde67fa56f9e81f40cfff501fe1f9e02e953ccd81c92b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / dmango-0.2.0-py2.py3-none-any.whl
| Download URL | dmango-0.2.0-py2.py3-none-any.whl |
|---|---|
| Size | 5.6 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
7a0c6f6aad41f3d5520825ef00563342c71dbb7a95873d35f7b1115cd3f4719e
|
|
BLAKE2b-256 checksum How to use checksums |
7506216c6d24e12af09baa154d03036a95b4c8d49a1bc7a2ac689dfca137bf24
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |