Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 994 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 994 Bytes

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: