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.
Release files for django-useful 0.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-useful-0.1.2.tar.gz | 5.5 kB | Details |
Release files / django-useful-0.1.2.tar.gz
| Download URL | django-useful-0.1.2.tar.gz |
|---|---|
| Size | 5.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d6275a56f76b615c4ed05ac06b1b6610ffcfb320c6967e871496d7810173f90d
|
|
BLAKE2b-256 checksum How to use checksums |
5cf49aeb54eb455be585f13c389d6a7be94495b96dafb8f5baf6418b5a28f811
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |