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.

Project details


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 details)

Uploaded Source

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

Hashes for django_commonstuff-0.9.2.tar.gz
Algorithm Hash digest
SHA256 593f0b66ac6b2f4e3dd8fb615f986c08024c10f76d561dd6eb4130ed133afe38
MD5 1686c6385aa607a30f7a82bc137a2926
BLAKE2b-256 5268baab5ed993454dcaeb74d4cd633a31ce7671961bd6bb89573a27df266cd5

See more details on using hashes here.

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