django-commonstuff 0.9.2

Creator: codyrutscher

Last updated:

Add to Cart

Description:

djangocommonstuff 0.9.2

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.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.