Let's go digital hackathon 24h
Тема: "Сближение государства и граждан через цифровые технологии"
AkylUp is a community of public servants and policymakers from Kyrgyzstan working to make government smarter. You can know events, take courses and ask questions to others.
1.Install venv in project:
python3 -m venv venv
2.Start virtualenv:
source venv/bin/activate
3.Installing all requirements:
pip install -r requirements.txt
python manage.py createsuperuser
python manage.py runserver
127.0.0.1:8000