Metadata-Version: 1.1
Name: django-devtools
Version: 0.1
Summary: A Django package which contains a set of useful utils for web development
Home-page: https://github.com/renkse/django-devtools
Author: renkse
Author-email: solomon_art@mail.ru
License: BSD License
Download-URL: https://github.com/renkse/django-devtools/tarball/0.1
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
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
