diff options
author | King | 2017-05-19 19:10:29 +0530 |
---|---|---|
committer | GitHub | 2017-05-19 19:10:29 +0530 |
commit | 67b632715a88556501c4d5fd39474124a409c067 (patch) | |
tree | d8793203143a13b807693229f950e654149b953f /tutorial_2_django_proj/slides.md | |
parent | 03eeec936e5724a81d22d9e3524e2bc9f3ae3dd3 (diff) | |
download | learn_django-67b632715a88556501c4d5fd39474124a409c067.tar.gz learn_django-67b632715a88556501c4d5fd39474124a409c067.tar.bz2 learn_django-67b632715a88556501c4d5fd39474124a409c067.zip |
Updated
Diffstat (limited to 'tutorial_2_django_proj/slides.md')
-rw-r--r-- | tutorial_2_django_proj/slides.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tutorial_2_django_proj/slides.md b/tutorial_2_django_proj/slides.md index 69a5642..ea53625 100644 --- a/tutorial_2_django_proj/slides.md +++ b/tutorial_2_django_proj/slides.md @@ -121,6 +121,9 @@ Demonstration [01:00 | 6:44] 'django.contrib.messages', 'django.contrib.staticfiles', ] + - To stop the server, + - goto the directory where we had run the command python manage.py runserver. + - press CRTL and C keys simultaneously. Slide 13 [00:25 | 07:15] --------------- |