A tutorial of making a simple blog. This tutorial covers on:
- What is model?
- What is View?
- What is URL?
- What is django?
- How to run first application in Django?
- How to write Model, View, Url?
- What is class based view?
- Add ListView, DetailsView in Django?
- How DB relations are represented in Django models?
- How to write templates and what is inheritance in templates?
- How to add css, js, html in Django? How to use bootstrap?
- What is media files, how to add files? etc.