Created
April 25, 2020 13:44
-
-
Save cyberfly/51b7ed450558b14d8f5b691409f47f3b to your computer and use it in GitHub Desktop.
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
# create new project | |
django-admin startproject learndjango | |
cd learndjango | |
# migrate db | |
python3 manage.py migrate | |
# serve | |
python3 manage.py runserver |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment