git clone https://github.com/DHushchin/django-intro- Go to the necessary directory lab
python -m venv venvvenv\Scripts\activate (Windows)
source venv/bin/activate (MacOS)pip install -r requirements.txt- create .env file in lab directory
- copy data from .env.example file to .env
- fill empty fields with your credentials
python ./src/menu.pycd lab4
pip install -r requirements.txt
python server.pycd lab5
pip install -r requirements.txt
python manage.py runserver