Skip to content

Instantly share code, notes, and snippets.

@kezabelle
Created July 19, 2012 10:06
Show Gist options
  • Save kezabelle/3142835 to your computer and use it in GitHub Desktop.
Save kezabelle/3142835 to your computer and use it in GitHub Desktop.
Runserver with Werkzeug, and fallback.
  • pip install django-extensions Werkzeug
  • add django_extensions to INSTALLED_APPS
  • add Makefile for:
run:
    python manage.py runserver_plus || python manage.py runserver
  • Usage:
make run
  • Profit!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment