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 YandexProject
create .env file and declare environment variables in it (just like in .env-exapmle)
$ python -m venv venv
on linux
source venv/bin/activate
install
pip install -r requirements.txt
then
$ cd project
python manage.py migrate
python manage.py loaddata homepage/fixtures/homepage_fixture.json
python manage.py loaddata users/fixtures/users_fixture.json
python manage.py createsuperuser
$ python manage.py runserver 8000
now server runs on 127.0.0.1:8000 admin panel you can visit in /admin/