YaCoder is a social network for the people who are interested in competitive programming and algorithms
download python on official site
clone repo:
$ git clone https://github.com/Xenx3128/YandexProject/
$ cd YandexProjectcreate .env file and declare environment variables in it (just like in .env-exapmle)
$ python -m venv venvon linux
source venv/bin/activateinstall
pip install -r requirements.txtthen
$ cd projectpython manage.py migratepython manage.py loaddata homepage/fixtures/homepage_fixture.jsonpython manage.py loaddata users/fixtures/users_fixture.jsonpython manage.py createsuperuser$ python manage.py runserver 8000now server runs on 127.0.0.1:8000 admin panel you can visit in /admin/
