Skip to content

Instantly share code, notes, and snippets.

@Eucrow
Created August 18, 2018 07:15
Show Gist options
  • Select an option

  • Save Eucrow/41d5a362fbe4fb122e4edef973082383 to your computer and use it in GitHub Desktop.

Select an option

Save Eucrow/41d5a362fbe4fb122e4edef973082383 to your computer and use it in GitHub Desktop.
Steps to start a project with django
Python, pip and virtualenv must be installed.
Then:
mkdir myDirectory
cd myDirectory
virtualenv env
.\env\Scripts\activate
pip install django
python .\env\Scripts\django-admin.py startproject projectName
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment