Test provided by PPMG
- python v >= 3.5
- create a virtual environment using the following command
$ python -m venv env
Activate the virtual environment using
$ env/Scripts/activate # windows
$ source env/bin/activate # other os platforms
Note: creating the virtual environment step above is optional.
$ pip install -r requirements.txt
$ python manage.py migrate
$ python manage.py runserver