Last active
April 25, 2019 13:55
-
-
Save Feroz-Istar/dbadac06c7215ad8ae2ed45640acd82e 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
1. django-admin startproject mysite | |
2. cd mysite | |
3. python manage.py runserver | |
4. python manage.py startapp myapp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment