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