https://github.com/ruddra/myblog
An example project from my tutorial of making a simple blog.
https://github.com/ruddra/myblog
django myblog tutorial
Last synced: 11 months ago
JSON representation
An example project from my tutorial of making a simple blog.
- Host: GitHub
- URL: https://github.com/ruddra/myblog
- Owner: ruddra
- Created: 2014-06-24T13:43:59.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-10-19T08:35:45.000Z (over 7 years ago)
- Last Synced: 2025-03-02T01:57:35.953Z (12 months ago)
- Topics: django, myblog, tutorial
- Language: JavaScript
- Homepage:
- Size: 183 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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