Django app that has common features.
Project description
djangocommonhelper is a simple reusable django app that has common features such as:
- TimeStampedModel
- User Mixins for CBVs
Quick start
-
pip install djangocommonhelper
-
Add "commonhelper" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [ ... 'commonhelper', ]
-
import into your file as: import commonhelper
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file djangocommonhelper-0.0.1.tar.gz
.
File metadata
- Download URL: djangocommonhelper-0.0.1.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.18.4 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8715d85f954e04418ced9743e51350f2db9d1deb5b7cf26db7b549fe676231fd |
|
MD5 | f73bbd9e31475a5060a5fd33a2a9fed5 |
|
BLAKE2b-256 | c6068bc42832a29e0b76f3685877dc8df991e2ee71a11ddce5d72e7622a57512 |