Awesome-Django-Blog-App
Made with love django as the backend and Bootstrap as the frontend ! i hope that can help !!
Project Title
Django provides multiple protection tools and mechanisms so with that i have made secure blog app !
Installation
Install Dependencies
pip install -r requirements.txt
Set Database (Make Sure you are in directory same as manage.py)
python manage.py makemigrations
python manage.py migrate
Create SuperUser To Admin Panel
python manage.py createsuperuser