Django utility app for Django developers.
Project description
Django utility app for Django developers with these features:
settings constants
request object data
debugging email configuration
internal server error template view
raise exception view
environment constants
Tested on Django 1.4.5.
Requirements
Django
Installation
Install python library using pip: pip install django-developer-toolkit
Add developer_toolkit to INSTALLED_APPS in your Django settings file
Include developer_toolkit.urls in your urls.py
Recommendation
You may like to add toolkit features to admin. To do so, follow these steps:
Install django-smart-extends python library using pip: pip install django-smart-extends
Add smartextends to INSTALLED_APPS in your Django settings file
Add os.path.join(ABSOLUTE_PATH_TO_DEVELOPER_TOOLKIT, 'templates'), to TEMPLATE_DIRS in your Django settings file, where ABSOLUTE_PATH_TO_DEVELOPER_TOOLKIT is absolute path to developer toolkit library. For example: '/home/project/environment/lib/python2.7/site-packages/developer_toolkit'
(If you have a better idea how to do that, please let me know. Thanks.)
Set TEMPLATE_DEBUG to True
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
File details
Details for the file django-developer-toolkit-0.3.0.tar.gz
.
File metadata
- Download URL: django-developer-toolkit-0.3.0.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9dfe0f56461ab82348da253b5eec0ed9c71758abaa65f39f341a46f934ceb080 |
|
MD5 | 5ca01e4efc81285098c49e5c70cc909f |
|
BLAKE2b-256 | ad10f3d38fbcf82dff8359d91e1a82c2a5537a266482c28bf7d3e54b01f153ec |