The Django_blog project is a blog website developed using the Django framework. It includes an admin panel that allows users to control, write, and modify blog posts. By cloning the project and following a few setup steps, users can run the project locally. The website provides a platform for publishing and managing blog content. Additionally, it offers an admin interface for creating and editing blog posts. With Django_blog, users can easily create, update, and delete blog posts to share their thoughts and engage with readers.
git clone https://github.com/shubhamAW/Django_blog.gitcd django_blogcd django_blogpipenv shellpipenv install djangodjangoenv/bin/activate
for that you need to access the admin , for this you need to create a superuser and provided the login information and login ..
python manage.py createsuperuser3.run again python manage.py runserver
Now you can add blog , delete and update the blog posts..