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
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_commonstuff-0.9.tar.gz (19.5 kB) | File type Source | Python version None | Upload date | Hashes View |