Technical interview for Kiratech.
Setup instructions:
- Create a new virtual python environment (https://www.freecodecamp.org/news/how-to-setup-virtual-environments-in-python/) or new conda environment (
conda create --name {environment_name} python==3.9) using cmd. - Activate your environment, cd to the project directories, then run
pip installto install all packages. - Continue to start the development server with
python manage.py runserverand you are good to go.