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
Credits
Tools used in rendering this package:
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.
Source Distribution
Built Distribution
File details
Details for the file django-common-models-0.1.4.tar.gz
.
File metadata
- Download URL: django-common-models-0.1.4.tar.gz
- Upload date:
- Size: 6.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 32cdca6fcc3974b33761fd8d0a07a9c2babf0d81efc297c4b64e084c13520050 |
|
MD5 | 7e4a6d63042520d03c9db5cc6d3a94ef |
|
BLAKE2b-256 | 78e76777090bec59c6f8b0bd221acf0409f083ca0d105b70b3503cc640122aa4 |
File details
Details for the file django_common_models-0.1.4-py2.py3-none-any.whl
.
File metadata
- Download URL: django_common_models-0.1.4-py2.py3-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f7906fc4eb02e9567cdae1b0bf5f314cb0ccfbe450dc739878525cf3e0a1bd1d |
|
MD5 | a469ea20c00f3b47080025d784461eb8 |
|
BLAKE2b-256 | e17c76b865d827c8650a1008670e18622b60032f09bac886d622a048e1ee996b |