django-debugtools

A toolbox of small utilities to assist Django development
Download

django-debugtools Ranking & Summary

Advertisement

  • Rating:
  • License:
  • The Apache License 2.0
  • Price:
  • FREE
  • Publisher Name:
  • Diederik van der Boor
  • Publisher web site:
  • https://github.com/edoburu/

django-debugtools Tags


django-debugtools Description

django-debugtools is a Django app that offers some easy to use debugging utilities to assist Django development.InstallationFirst install the module, preferably in a virtual environment. It can be installed from PyPI:pip install django-debugtoolsOr the current folder can be installed:pip install .ConfigurationAdd the module to the installed apps:INSTALLED_APPS += ( 'debugtools',)UsageIn Django templates, the following code can be used:{% load debug_tags %}{% print variable1 variable2 %}To get a global overview of template variables:{% print %}The template context variables are printed in a customized pprint.pformat format, for easy reading.Product's homepage


django-debugtools Related Software