Your project description goes here
Project description
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.
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
dmango-0.2.0.tar.gz
(5.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dmango-0.2.0.tar.gz.
File metadata
- Download URL: dmango-0.2.0.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
401a7f0304f609a55756f8d6cfebb2f5e41b1475d7d85728fad0c32fc8f95a9c
|
|
| MD5 |
cabf3e3c0adbd5ee74dd531c366dcd58
|
|
| BLAKE2b-256 |
a5cd92dac6dd6733861dde67fa56f9e81f40cfff501fe1f9e02e953ccd81c92b
|
File details
Details for the file dmango-0.2.0-py2.py3-none-any.whl.
File metadata
- Download URL: dmango-0.2.0-py2.py3-none-any.whl
- Upload date:
- Size: 5.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7a0c6f6aad41f3d5520825ef00563342c71dbb7a95873d35f7b1115cd3f4719e
|
|
| MD5 |
45216ae5174425a448ced06b67583ed3
|
|
| BLAKE2b-256 |
7506216c6d24e12af09baa154d03036a95b4c8d49a1bc7a2ac689dfca137bf24
|