Skip to main content

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

  1. Install python library using pip: pip install django-developer-toolkit

  2. Add developer_toolkit to INSTALLED_APPS in your Django settings file

  3. Include developer_toolkit.urls in your urls.py

Recommendation

You may like to add toolkit features to admin. To do so, follow these steps:

  1. Install django-smart-extends python library using pip: pip install django-smart-extends

  2. Add smartextends to INSTALLED_APPS in your Django settings file

  3. 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.)

  1. Set TEMPLATE_DEBUG to True

Authors

Library is by Erik Telepovsky from Pragmatic Mates. See our other libraries.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-developer-toolkit-0.3.0.tar.gz (5.0 kB view details)

Uploaded Source

File details

Details for the file django-developer-toolkit-0.3.0.tar.gz.

File metadata

File hashes

Hashes for django-developer-toolkit-0.3.0.tar.gz
Algorithm Hash digest
SHA256 9dfe0f56461ab82348da253b5eec0ed9c71758abaa65f39f341a46f934ceb080
MD5 5ca01e4efc81285098c49e5c70cc909f
BLAKE2b-256 ad10f3d38fbcf82dff8359d91e1a82c2a5537a266482c28bf7d3e54b01f153ec

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page