Skip to main content

Your project description goes here

Project description

https://badge.fury.io/py/dmango.svg https://travis-ci.org/simkimsia/dmango.svg?branch=master https://codecov.io/gh/simkimsia/dmango/branch/master/graph/badge.svg

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


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)

Uploaded Source

Built Distribution

dmango-0.2.0-py2.py3-none-any.whl (5.6 kB view details)

Uploaded Python 2 Python 3

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

Hashes for dmango-0.2.0.tar.gz
Algorithm Hash digest
SHA256 401a7f0304f609a55756f8d6cfebb2f5e41b1475d7d85728fad0c32fc8f95a9c
MD5 cabf3e3c0adbd5ee74dd531c366dcd58
BLAKE2b-256 a5cd92dac6dd6733861dde67fa56f9e81f40cfff501fe1f9e02e953ccd81c92b

See more details on using hashes here.

File details

Details for the file dmango-0.2.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for dmango-0.2.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 7a0c6f6aad41f3d5520825ef00563342c71dbb7a95873d35f7b1115cd3f4719e
MD5 45216ae5174425a448ced06b67583ed3
BLAKE2b-256 7506216c6d24e12af09baa154d03036a95b4c8d49a1bc7a2ac689dfca137bf24

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