Django Basics
What is django?
web framework
Why do we have to learn django?
Web protocol we know
How does django work?
- MVC Patterndjango

Run django on CS 50 IDE
CS 50 IDE
AWS Cloud 9

Django installation
Django uninstall
Create project
Run server

image-20200326102907761

Create app
Start Project
Created project folder structure

Create Pages
Git
INSTALLED_APPS
INSTALLED_APPS
Start Server

Check Port Number
Check IP
urls.py
pages/views.py
Create pages/templates folder
Kill running python files
Wrap-up
App Creation
Basic Flow
1. URL Configuration
2. View Configuration
3. Create templates file
templates fileLast updated