Last active
January 2, 2021 13:27
-
-
Save vishwajeetio/e449b6ba6af1f44435f08615a66d2eda 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
| start a django project | |
| django-admin startproject 'project-name' | |
| run server | |
| python manage.py runserver | |
| start app: | |
| python manage.py startapp polls |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment