Reusable app, what collects django-related code, used in most of my projects.
Project description
CommonStuff is a Django reusable app, what holds templatetags, management commands, admin filters, middlewares, abstract models, etc. used in most of my Django projects.
Think of it as a custom django-annoying. This app is in public mainly because it is a dependency of another reusable app.
Detailed documentation is in the “docs” directory.
Quick start
pip install django_commonstuff
Add “commonstuff” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = ( 'django.contrib.sites', # optional, but usefull to commonstuff app # ... 'commonstuff', )
Configure django_commonstuff in settings.py (see docs/SETTINGS.txt).
Run python manage.py migrate to create models.
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 django_commonstuff-0.9.2.tar.gz
.
File metadata
- Download URL: django_commonstuff-0.9.2.tar.gz
- Upload date:
- Size: 21.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 593f0b66ac6b2f4e3dd8fb615f986c08024c10f76d561dd6eb4130ed133afe38 |
|
MD5 | 1686c6385aa607a30f7a82bc137a2926 |
|
BLAKE2b-256 | 5268baab5ed993454dcaeb74d4cd633a31ce7671961bd6bb89573a27df266cd5 |