A simple blog website where you can posts your blogs and coments on other blogs.
- Just clone the repo on your system.
- Run the command depending on your system in cloned folder.
For Windows:
py manage.py runserver
For Linux:
python3 manage.py runserver
You are required to install:
- pip
python -m ensurepip --upgrade
- Django
pip install django
- Pillow
pip install pillow
- ck-editor
pip install ck-editor
- django-filter
pip install djnago-filter
1-> Activate venv VirtualENV
2-> Install prerequisites.
3-> Run server
Add additional notes about how to deploy this on a live system
- Django - The web framework used
- HTML - Skeleton of webpages
- CSS - To built UI of pages
- Python - A really awesome language for begineers
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
- ** Prince Maurya ** - Initial work - pm-2001
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
- Hat tip to anyone whose code was used