A blog app in Django framework based on Django Girls Tutorial.
- Python 3.5
- Virtual environment for the project.
- In terminal run
cd
command to this repository directory. - Activate your virtualenv for the project.
- Run
pip install -r requirements.txt
in your terminal.
Karolina Mamczarz