Created
April 12, 2016 15:26
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
django-admin startproject mysite |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment