shahriaarrr / Django-blog

Blog application with Django

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django-blog

ezgif com-video-to-gif

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

Installation

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.

Contributing

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.

About

Blog application with Django

License:MIT License


Languages

Language:Python 53.1%Language:HTML 46.9%