django-common-models 0.1.4

Creator: danarutscher

Last updated:

Add to Cart

Description:

djangocommonmodels 0.1.4

Common models and utilities

Documentation
The full documentation is at https://django-common-models.readthedocs.io.


Quickstart
Install django-common-models:
pip install django-common-models
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'common.apps.CommonConfig',
...
)
Add django-common-models’s URL patterns:
from common import urls as common_urls


urlpatterns = [
...
url(r'^', include(common_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:

Cookiecutter
cookiecutter-djangopackage



History
0.1.0 (2017-05-31)

First release on PyPI.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.