Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.04 KB

README.md

File metadata and controls

36 lines (26 loc) · 1.04 KB

django-simple-blog

Blog

Synopsis

My aim is learn the basics of building a website using Python and Django framework.Build a simple blog that will allow to gain knowledge that is needed to build on and help me with my future projects.My blog will include post, categories, pages, admin section other than the standard Django admin section and probably more.

Motivation

Django CMS Tutorial Series

Prerequisites

  • Python-3
  • Django==1.11.7

Installation

Urls

FrontEnd User

All Post: http://127.0.0.1:8000/blog

Post Category: http://127.0.0.1:8000/blog/category/categoryname/


Backend Admin

All Post: http://127.0.0.1:8000/blog/backend/post/

Add New Post: http://127.0.0.1:8000/blog/backend/post/new/

Admin

For writing posts we will use django's admin application.

Authors

Md. Raihan Uddin

Contact