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.
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-useful-0.1.2.tar.gz
.
File metadata
- Download URL: django-useful-0.1.2.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d6275a56f76b615c4ed05ac06b1b6610ffcfb320c6967e871496d7810173f90d |
|
MD5 | 49e220102d14710edf46b9c69c5c30a1 |
|
BLAKE2b-256 | 5cf49aeb54eb455be585f13c389d6a7be94495b96dafb8f5baf6418b5a28f811 |