A simple Blog Application using Django
- Python
- Django
- Bootstrap
- JavaScript
- Django 2.2.7 : pip install Django==2.2.7
- django-crispy-forms : pip install django-crispy-forms
- Pillow : pip install Pillow
The Secret_Key required for the execution and debugging of project is not removed from the project code. So you can use the project as your college mini-project or by using the project code you can build your own project. Please don't use the project for commercial purpose without taking permission.
(Make Sure you are in directory same as manage.py)
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
In your web browser enter the address : http://localhost:8000 or http://127.0.0.1:8000/