mirror of
https://github.com/namibia/awesome-cheatsheets.git
synced 2024-11-22 04:45:16 +00:00
Update django.py
App creation
This commit is contained in:
parent
fa678c61ac
commit
2bd53d642d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user