Skip to main content

Reusable Django snippets

Project description

A collection of reusable Django snippets.

Unlike other similar packages, I’ll try to keep it fully tested, documented, and compatible with several Django and Python versions.

Travis CI build status: travis-ci-status

Work in progress: Currently this package is still under development, and intended mainly for my personal use. New features will be added gradually.

Compatible with:

  • Python: 2.6, 2.7

  • Django: 1.3, 1.4

  • Celery: 2.5, 3.0 (optional)

Installation

Install by using pip or easy_install:

pip install django-useful

Or install from source:

git clone git@github.com:yprez/django-useful.git
cd django-useful
python setup.py install

To add this application into your project, just add it to your INSTALLED_APPS setting:

INSTALLED_APPS = (
    ...
    'useful',
)

For more details, see the Documentation.

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-useful-0.1.2.tar.gz (5.5 kB view details)

Uploaded Source

File details

Details for the file django-useful-0.1.2.tar.gz.

File metadata

File hashes

Hashes for django-useful-0.1.2.tar.gz
Algorithm Hash digest
SHA256 d6275a56f76b615c4ed05ac06b1b6610ffcfb320c6967e871496d7810173f90d
MD5 49e220102d14710edf46b9c69c5c30a1
BLAKE2b-256 5cf49aeb54eb455be585f13c389d6a7be94495b96dafb8f5baf6418b5a28f811

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