DjangoDevKit

DjangoDevKit package
Download

DjangoDevKit Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Price:
  • FREE
  • Publisher Name:
  • Gael Pasgrimaud
  • Publisher web site:
  • http://www.gawel.org/

DjangoDevKit Tags


DjangoDevKit Description

DjangoDevKit package DjangoDevKit is a meta package for Django developers. In fact you should use twod.wsgi so you don't need all this messy stuff.Installation:easy_install -U DjangoDevKitContain (as dependencies): * django-debug-toolbar * django-extensions * django-webtestThis package also install some console scripts: * django-admin: work like ./django-admin.py. * django-manage: work like ./manage.py but add django-extensions to INSTALLED_APPS on the fly. * django-shell: work like ./manage.py shell but use the django-extensions shell_plus * django-test: work like ./manage.py test. Also set DEBUG_PROPAGATE_EXCEPTIONS to True so WebTest show the full traceback in tests output. * django-serve: wrap the Django application in a WebError middleware and serve it. It's also serve /media/ directories found in installed apps. You can also use -t to add the django-debug-toolbar to INSTALLED_APPS and MIDDLEWARE_CLASSES on the fly. You can also use request and post to test a single request:django-serve request /path arg1=foodjango-serve post /path arg1=foodjango-serve help See http://www.gawel.org/docs/DjangoDevKit/ for the full documentation Requirements: · Python · Django What's New in This Release: · Add MediaApp to serve media directories


DjangoDevKit Related Software