Skip to content

A blogging platform is a service that's used to create and manage a blog so that you can publish your ideas and words online.

Notifications You must be signed in to change notification settings

MohitKumarMandhre/Django-Blogging_App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django-Blogging-App

A kind of basic Blogging App based on Django Framework named "MKM_BLOG".

  • DATABASE USED

  • SQLite ( production purpose )

  • SQLite is a popular choice as embedded database software for local/client storage in application software such as web browsers. It is arguably the most widely deployed database engine, as it is used today by several widespread browsers, operating systems, and embedded systems (such as mobile phones), among others.

  • PostgreSQL ( deployment purpose )

  • PostgreSQL is used as the primary data store or data warehouse for many web, mobile, geospatial, and analytics applications. The latest major version is PostgreSQL 12.

  • DEPLOYED OVER Heroku: Cloud Application Platform

  • Heroku is a container-based cloud Platform as a Service (PaaS). Developers use Heroku to deploy, manage, and scale modern apps. Our platform is elegant, flexible, and easy to use, offering developers the simplest path to getting their apps to market.

  • HOME PAGE

alt text

  • ABOUT PAGE

alt text

  • REGISTER PAGE

alt text

  • LOGIN PAGE

alt text

  • PROFILE PAGE

alt text

  • WRITE A NEW POST PAGE

alt text

  • FORGOT PASSWORD PAGE

alt text alt text alt text alt text

  • UPDATE-DELETE PAGE

alt text alt text alt text

  • POSTS BY INDIVIDUAL PAGE

alt text alt text

  • LOGOUT PAGE

alt text