Skip to content

renkse/django-devtools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages