This project was built with Django and was created as part of the 100DaysOfCode challenge. The goal was to write a simple blog with basic features using Django and complete it over time. I am proud to present the initial and experimental version of this blog
1- first clone this repo:
git clone https://github.com/shahriaarrr/Django-blog
2-install libs with pipenv install
command
3- go to config
folder and run this command in pipenv shell
:
py manage.py runserver
4- Open your web browser and navigate to http://localhost:8000 to view the project.
If you would like to contribute to this project, please feel free to submit a pull request or submit issues. We welcome all contributions and appreciate your help in improving this project.