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

View File

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