Simple Django Blog Application with Bootstrap on the front-end
-
Create your virtual environment
-
Install packages from requirements.txt
-
Make all migrations from the DB:
python manage.py makemigrations
python manage.py migrate
- Run the app:
python manage.py runserver
-
For Password recovery, activate this app in your Gmail settings.
-
Enjoy 😉
Feel free to contact with me. And hope you enjoy this useful web app 😎