Update django.py

App creation
This commit is contained in:
Madhav Mittal 2020-08-17 03:45:21 +05:30 committed by GitHub
parent fa678c61ac
commit 2bd53d642d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -106,5 +106,6 @@ django-admin version # display the current django version
# 5. $ virtualenv venv
# 6. $ source venv/bin/activate
# 7. $ pip install django
# 8. $ django-admin startproject myproject
# 9. $ python manage.py runserver
# 8. $ django-admin startproject myproject
# 9. $ django-admin startapp myapp
# 10. $ python manage.py runserver