Created
August 18, 2018 07:15
-
-
Save Eucrow/41d5a362fbe4fb122e4edef973082383 to your computer and use it in GitHub Desktop.
Steps to start a project with django
This file contains hidden or 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
| 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