Skip to content

Instantly share code, notes, and snippets.

@devStepsize
Created April 12, 2016 15:26
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 devStepsize/e63e9fa5929bb156147e33fee9baf73a to your computer and use it in GitHub Desktop.
Save devStepsize/e63e9fa5929bb156147e33fee9baf73a to your computer and use it in GitHub Desktop.
Create a template Django project from the command line. This will create the following structure: mysite/ manage.py mysite/ __init__.py settings.py urls.py wsgi.py
django-admin startproject mysite
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment