Skip to main content

Django app that has common features.

Project description

djangocommonhelper is a simple reusable django app that has common features such as:

  1. TimeStampedModel
  2. User Mixins for CBVs

Quick start

  1. pip install djangocommonhelper

  2. Add "commonhelper" to your INSTALLED_APPS setting like this::

    INSTALLED_APPS = [ ... 'commonhelper', ]

  3. import into your file as: import commonhelper

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

djangocommonhelper-0.0.1.tar.gz (2.9 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