Skip to content

darsh5921/Django-Blogsite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django-Blogsite

Blog website made using Django Framework.

Run instructions

Clone the repository and install following modules using pip:

pip install -r requirements.txt

Then in terminal type python manage.py runserver and open the server link to access the website.

Video Demo

https://www.youtube.com/watch?v=MMkRFgF51wY&list=PLKc7PFu7bC7fj0hSmO-oYLcBJtrxbCFQi&index=4

Screenshots:

Home Page

Screenshot 2023-10-06 165914

Screenshot 2023-10-06 165949

Create A New Blog Post :

Screenshot 2023-10-06 170224

Publish or Edit your Post :

Screenshot 2023-10-06 170247

All Post Published by a user untill now :

Screenshot 2023-10-06 170308

Admin Panel :

Screenshot 2023-10-06 170319

Login Page :