项目作者: dipakkr
项目描述 :
python webframework Django tutorial
高级语言: Python
项目地址: git://github.com/dipakkr/Django-tutorial.git
Django-tutorial
Deadline 1 -> 20th Sept, 2018
What should I able to do after learning this ?
- Integrating and Wokring with Postgres, MYSQL database
- Routing and creating and serving static files
- Login, Logout and authentication system
- How to serve Json response for building REST API using django ?
Day 1 [ 15th Sept ]
Reources - https://www.youtube.com/watch?v=sxSZijwU_Kg&list=PLEsfXFp6DpzTD1BD1aWNxS2Ep06vIkaeW&index=9
Time devoted - 4hrs
- Making new apps in django
- Usage of makemigrations and migrate
- Routing and serving new files using django
- Return JSON response
- templating engine
Day 2 [ 16th Sept ]
Reources - https://www.youtube.com/watch?v=sxSZijwU_Kg&list=PLEsfXFp6DpzTD1BD1aWNxS2Ep06vIkaeW&index=9
Time devoted - 3hrs
- Dynamic URL Routing
- Database model create, update, delete
- Made a blog app in django