All Projects → muvatech → Django Blogging System

muvatech / Django Blogging System

This is blog system created using Django 1.11.4 and Python3

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects

Projects that are alternatives of or similar to Django Blogging System

Awesome Django
Repository mirror of GitLab: https://gitlab.com/rosarior/awesome-django This repository is not monitored for issues, use original at GitLab.
Stars: ✭ 8,527 (+77418.18%)
Mutual labels:  blogging, django, django-admin
Awesome Django Admin
Curated List of Awesome Django Admin Panel Articles, Libraries/Packages, Books, Themes, Videos, Resources.
Stars: ✭ 356 (+3136.36%)
Mutual labels:  django, django-admin
Djangocms Admin Style
django CMS Admin Style is a Django Theme tailored to the needs of django CMS.
Stars: ✭ 282 (+2463.64%)
Mutual labels:  django, django-admin
Django Flat Theme
A flat theme for Django admin interface. Modern, fresh, simple.
Stars: ✭ 415 (+3672.73%)
Mutual labels:  django, django-admin
Django Fluent Dashboard
An improved django-admin-tools dashboard for Django projects
Stars: ✭ 266 (+2318.18%)
Mutual labels:  django, django-admin
Django Admin Easy
Collection of admin fields and decorators to help to create computed or custom fields more friendly and easy way
Stars: ✭ 265 (+2309.09%)
Mutual labels:  django, django-admin
Django Object Actions
A Django app for easily adding object tools in the Django admin
Stars: ✭ 374 (+3300%)
Mutual labels:  django, django-admin
Django Practice Book
《Django企业开发实战》已出版
Stars: ✭ 251 (+2181.82%)
Mutual labels:  django, django-admin
Django Nested Admin
Django admin classes that allow for nested inlines
Stars: ✭ 463 (+4109.09%)
Mutual labels:  django, django-admin
Django Ordered Model
Get your Django models in order
Stars: ✭ 476 (+4227.27%)
Mutual labels:  django, django-admin
Django Pagedown
A django app that allows the easy addition of Stack Overflow's "PageDown" markdown editor to a django form field, whether in a custom app or the Django Admin
Stars: ✭ 500 (+4445.45%)
Mutual labels:  django, django-admin
Django Wpadmin
WordPress look and feel for Django administration panel
Stars: ✭ 259 (+2254.55%)
Mutual labels:  django, django-admin
Django Mptt Admin
Django-mptt-admin provides a nice Django Admin interface for Mptt models
Stars: ✭ 256 (+2227.27%)
Mutual labels:  django, django-admin
Django Page Cms
Official Django page CMS git repository
Stars: ✭ 277 (+2418.18%)
Mutual labels:  django, django-admin
Django Admin Bootstrap
Responsive Theme for Django Admin With Sidebar Menu
Stars: ✭ 787 (+7054.55%)
Mutual labels:  django, django-admin
Django Cruds Adminlte
django-cruds is simple drop-in django app that creates CRUD for faster prototyping
Stars: ✭ 373 (+3290.91%)
Mutual labels:  django, django-admin
Django Admin List Filter Dropdown
Use dropdowns in Django admin list filter
Stars: ✭ 215 (+1854.55%)
Mutual labels:  django, django-admin
Django Flat Responsive
📱 An extension for Django admin that makes interface mobile-friendly. Merged into Django 2.0
Stars: ✭ 249 (+2163.64%)
Mutual labels:  django, django-admin
Puput
A Django blog app implemented in Wagtail
Stars: ✭ 450 (+3990.91%)
Mutual labels:  blogging, django
Awesome Django
The Best Django Resource, Awesome Django for mature packages.
Stars: ✭ 591 (+5272.73%)
Mutual labels:  django, django-admin

Django-Blogging-System

Hey everyone, my name is Henry and welcome to building a blog application tutorial with python 3 and Django web framework. One of the main question developers ask is, why create a blog application tutorial? It seems like everyone recreate a blog as a first application. Well, there is a reason for that, first of all. Everyone knows how a blog works and this make it easy for learning. When I tell you we are creating a blog, you automatically know that there is some sort of authentication system, posts are going to be the main element, there will be a page that list all the post in a particular order e.g chronologically and you also know each of these post will have comments.

Topics that will be covered in this tutorial:

Lesson 1 Introduction to building a blog application using python and django framework

Lesson 2 Installing Django in Our Virtual Environment and Creating Our Project for a Blog

Lesson 3 Understanding Django Project Settings and Creating Blog Application

Lesson 4 Designing Blog Application Data Schema in Django 1.11.4 and Python 3.5

Lesson 5 Creating Django 1.11.4 Administration Site for Our Blog App Models

Lesson 6 Working with QuerySet & Managers for Our Blog in Django 1.11.4 and Python 3.5

Lesson 7 Creating Post List & Detail Views for Our Blog in Django 1.11.4 and Python 3.5

Lesson 8 Creating Templates for Our Blog Application in Django 1.11.4 and Python 3.5

Lesson 9 Creating Pagination for Our Blog Application in Django 1.11.4 and Python 3.5

Lesson 10 Creating RSS Feeds for Our Blog Application in Django 1.11.4 and Python 3.5

Lesson 11 Creating Sitemap for Our Blog Application in Django 1.11.4 and Python 3.5

Lesson 12 Creating Comment System for Our Blog Application in Django 1.11.4 and Python 3.5

Conclusion

With that, we conclude our tutorial. Where to take it from here: Attempt building a library system tutorial by Mozilla Development Network

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].