Merge pull request #133 from Madhav2310/patch-1

Update django.py
This commit is contained in:
Julien Le Coupanec 2020-08-17 09:37:39 +02:00 committed by GitHub
commit b731f9f149
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