Simple Django Blog Application with Bootstrap on the front-end
-
Check, if you have installed uv, or install it from official site.
-
Create your virtual environment and activate it:
uv venv
source .venv/bin/activate # on Unix based systems
.\.venv\Scripts\activate # on Windows
- Install packages from pyproject.toml:
uv pip install -r pyproject.toml
- Run the app:
uv run manage.py runserver
-
For Password recovery, activate this app in your Gmail settings.
-
Enjoy 😉
In process...
Feel free to contact me 😎