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.2-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.2.tar.gz (6.4 kB) | File type Source | Python version None | Upload date | Hashes View |
Close
Hashes for django_common_models-0.1.2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7f1394d6167ed6cab9e16604ca0c06f4e817258855f9ab652fd4e0b055321c8a |
|
MD5 | 48b9929a3c6739e68bf401ee6cbf31e4 |
|
BLAKE2-256 | 26ca253205a33fcd20ad5105c0c9879005d1073535f3463840026a42c2d5195c |
Close
Hashes for django-common-models-0.1.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4ad9c588105cd009ce2c1d95e41c1c8cbc60b8a0ebab4498e15a0edc57b23208 |
|
MD5 | 7f8625f5e18dfff3030dd17aaa15aeb4 |
|
BLAKE2-256 | b2b93bdf3f39a0af68feb8585b2c854807469324ab61369123c8f7fbb648f2b2 |