You can find the original Clean Blog template here: startbootstrap-clean-blog
- Python installed.
- Pip installed.
-
Install Django with pip by running in a prompt:
pip install -r requirements.txt
-
Run the app with Django command:
python manage.py runserver