- Create virtual environment.
py -3.6 -m venv .venv36
- Activate virtual environment.
.\.venv36\Scripts\activate
- Install dependencies.
pip install -r requirements.txt
cd src\community_website\
python manage.py makemigrations
python manage.py migrate
python manage.py runserver