Skip to content

raihan-uddin/Django-CMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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