Common models and utilities
Project description
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
History
0.1.0 (2017-05-31)
- 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.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size django_common_models-0.1.4-py2.py3-none-any.whl (6.6 kB) | File type Wheel | Python version py2.py3 | Upload date | Hashes View |
Filename, size django-common-models-0.1.4.tar.gz (6.5 kB) | File type Source | Python version None | Upload date | Hashes View |
Close
Hashes for django_common_models-0.1.4-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f7906fc4eb02e9567cdae1b0bf5f314cb0ccfbe450dc739878525cf3e0a1bd1d |
|
MD5 | a469ea20c00f3b47080025d784461eb8 |
|
BLAKE2-256 | e17c76b865d827c8650a1008670e18622b60032f09bac886d622a048e1ee996b |
Close
Hashes for django-common-models-0.1.4.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 32cdca6fcc3974b33761fd8d0a07a9c2babf0d81efc297c4b64e084c13520050 |
|
MD5 | 7e4a6d63042520d03c9db5cc6d3a94ef |
|
BLAKE2-256 | 78e76777090bec59c6f8b0bd221acf0409f083ca0d105b70b3503cc640122aa4 |