Django channels web-app
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver
As superuser, create group Judges
in admin panel:
/admin/auth/group/add/
Create users and specify that they're in Judges
group:
/admin/auth/user/add/
- change and hide SECRET KEY
- DEBUG = False
- set ALLOWED_HOSTS
- config SSL (as on your nginx or whatever)
python manage.py collectstatic