Skip to content

Commit 4afcbe4

Browse files
authored
Merge pull request #1 from coding-blocks-archives/master
Add Lecture 8; Restructure folders lecture-wise
2 parents 23c3873 + 93d5734 commit 4afcbe4

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)