Skip to content

A blogging application based entirely on the Python Django framework. It is deployed on the Heroku server.

Notifications You must be signed in to change notification settings

4doctorstrange/Blog-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A basic blog application based on the Python-Django framework deployed on Heroku web-server.

About the APP:

1. It uses SQLite3 database for storing user and post information.

2. Any person visiting the app can view all the posts written by our community members.

3. To make a post, the user first has to register himself by providing basic details and setting account information.

4. Once a user has registered, he can log into the app and make a post in the 'Add Post' section of the 'Dashboard'.

5. All the posts made by users are visible in the 'Dashboard' and he can also edit them whenever he feels like.

6. A fresh post will be displayed on the top of the 'Home Page'.

7. User can also view his profile in the 'View Profile' and the number of posts he has made.

8. A superuser can delete anyone's post.

Steps used to deploy app on heroku:

About

A blogging application based entirely on the Python Django framework. It is deployed on the Heroku server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published