ruddra / myblog

An example project from my tutorial of making a simple blog.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

myblog

A tutorial of making a simple blog. This tutorial covers on:

  1. What is model?
  2. What is View?
  3. What is URL?
  4. What is django?
  5. How to run first application in Django?
  6. How to write Model, View, Url?
  7. What is class based view?
  8. Add ListView, DetailsView in Django?
  9. How DB relations are represented in Django models?
  10. How to write templates and what is inheritance in templates?
  11. How to add css, js, html in Django? How to use bootstrap?
  12. What is media files, how to add files? etc.

Tutorial Links:

  1. Make a Blog using Django Part 1
  2. Make a Blog using Django Part 2

About

An example project from my tutorial of making a simple blog.


Languages

Language:JavaScript 53.3%Language:CSS 31.7%Language:Python 10.9%Language:HTML 4.1%