Skip to content

Instantly share code, notes, and snippets.

@oscargicast
Created March 15, 2014 08:06
Show Gist options
  • Save oscargicast/9563258 to your computer and use it in GitHub Desktop.
Save oscargicast/9563258 to your computer and use it in GitHub Desktop.
Iniciando con django

mkdir tutorial-django cd tutorial-django

virtualenv venv source venv/bin/activate

mkdir src cd src

pip install django pip freeze --local > requirements.txt

django-admin.py startproject tutorial

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