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 details)
File details
Details for the file django-devtools-0.1.tar.gz
.
File metadata
- Download URL: django-devtools-0.1.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c4d6ed804a1b2e223cdebf150cb0e13d8b40b2fab76a3b966c25ef8ded578f29 |
|
MD5 | a7f4a405e867758aae58c1ca0c11d2f9 |
|
BLAKE2b-256 | ba9f79da18c462e81f60e4fea7d4ac71ef08579a5fe2142c59c1bab80fc26188 |