Skip to content

Instantly share code, notes, and snippets.

@Eitol
Last active October 7, 2018 13:19
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 Eitol/afd2a2028b848f1b4af8e68bf07d1d27 to your computer and use it in GitHub Desktop.
Save Eitol/afd2a2028b848f1b4af8e68bf07d1d27 to your computer and use it in GitHub Desktop.
django cli #django
pip3 install virtualenv
pip install psycopg2-binary
# Iniciar un proyecto
django-admin.py startproject NOMBRE
# La wea que migra
manage.py makemigrations
manage.py migrate
manage.py runserver
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment