Skip to content

Instantly share code, notes, and snippets.

@chris-ramon
Last active January 9, 2016 04:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chris-ramon/d5e08aaf9a982b964e51 to your computer and use it in GitHub Desktop.
Save chris-ramon/d5e08aaf9a982b964e51 to your computer and use it in GitHub Desktop.
python 3 / django - notes
# create an venv
python3 -m venv myvenv
# activate it
python3 -m venv myvenv
# initial migrate
python manage.py migrate
# run migrations
python manage.py makemigrations myapp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment