A Django package which contains a set of useful utils for web development
Project description
=====
django-devtools
=====
django-devtools is a django package which contains useful utils for web development on django: functions, validators, widgets ant etc.
WARNING!!!
-----------
This package tested only with django 1.6.5
Quick start
-----------
1. You can install django-devtools through pip::
pip install django-devtools
or check out last version from github: https://github.com/renkse/django-devtools.git
2. Add "devtools" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = (
...
'devtools',
)
Requirements
------------
django==1.6.5, pytils, PIL
django-devtools
=====
django-devtools is a django package which contains useful utils for web development on django: functions, validators, widgets ant etc.
WARNING!!!
-----------
This package tested only with django 1.6.5
Quick start
-----------
1. You can install django-devtools through pip::
pip install django-devtools
or check out last version from github: https://github.com/renkse/django-devtools.git
2. Add "devtools" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = (
...
'devtools',
)
Requirements
------------
django==1.6.5, pytils, PIL
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
django-devtools-0.1.tar.gz
(4.7 kB
view hashes)