git clone git@github.com:bobur22/Kandy-pre-school.git
python3 -m venv .env
pip install -r requirements.txt
./manage.py makemigrations
./manage.py migrate
./manage.py createsuperuser
./manage.py runserver
#Then you can open website on your local host.