Skip to content

Commit 93d5734

Browse files
committed
Add Lecture 8; Restructure folders lecture-wise
- Lecture 6 (Web Concepts, Django Basics, Start With Django) - Lecture 7 (Understanding views, settings, urls, templates flow) - Lecture 8 (Dive into Django Models)
1 parent 23c3873 commit 93d5734

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+536
-0
lines changed

Lecture 6/concepts.pdf

125 KB
Binary file not shown.

Lecture 6/django_first_steps.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
1. Create Project
2+
django-admin startproject <proj_name>
3+
4+
2. Update TIME_ZONE in project's settings
5+
- Change 'UTC' to 'Asia/Kolkata'
6+
7+
3. Start an app
8+
- python manage.py startapp <app_name>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)