Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 342 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 342 Bytes

django-templating-pro

[*] install env variable python3 -m pip install --user virtualenv

[*]create env python3 -m venv env

[*] activate env: source env/bin/activate

[*] Install requirements python3 -m pip install requirements.txt

[*] Run migration python3 src/manage.py migrate

[*] Run server python3 src/manage.py runserver