Skip to main content

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

  1. pip install django_commonstuff

  2. Add “commonstuff” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = (
        'django.contrib.sites',  # optional, but usefull to commonstuff app
        # ...
        'commonstuff',
    )
  3. Configure django_commonstuff in settings.py (see docs/SETTINGS.txt).

  4. Run python manage.py migrate to create models.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django_commonstuff-0.9.2.tar.gz (21.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page