Skip to content

Instantly share code, notes, and snippets.

@starsinmypockets
Created January 26, 2013 21:31
Show Gist options
  • Save starsinmypockets/4644751 to your computer and use it in GitHub Desktop.
Save starsinmypockets/4644751 to your computer and use it in GitHub Desktop.
UWSGI Command Line Jawn
/path/to/env/bin/uwsgi --http :8000 --chdir /path/to/env/proj/proj --wsgi-file /path/to/env/proj/proj/wsgi.py --virtualenv /path/to/env/bin --env DJANGO_SETTINGS_MODULE=proj.settings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment