Skip to content

Instantly share code, notes, and snippets.

@jonalvarezz
Created June 15, 2016 18:22
Show Gist options
  • Save jonalvarezz/6259567e610a42459de5323e6360a320 to your computer and use it in GitHub Desktop.
Save jonalvarezz/6259567e610a42459de5323e6360a320 to your computer and use it in GitHub Desktop.
Run Django project with hotel.dev

Run Django project with hotel.dev

This is how to run hotel command to get a Django application running with virtualenv. Once hotel is properly installed:

cd /you/django/project/
hotel add 'source /path/to/your/virtualenv/bin/activate && python manage.py runserver $PORT' -o hotel.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment