Skip to content

Instantly share code, notes, and snippets.

@nixon1333
Created March 23, 2017 09:18
Show Gist options
  • Save nixon1333/16f31cd408ba849c64a5dcb8e2376e68 to your computer and use it in GitHub Desktop.
Save nixon1333/16f31cd408ba849c64a5dcb8e2376e68 to your computer and use it in GitHub Desktop.

virtualenv open-env source open-env/bin/activate touch requirements.txt nano requirements.txt django==1.10.5 djangorestframework psycopg2 djangorestframework-jwt pip install -r requirements.txt django-admin startproject openx python manage.py runserver

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment