Killer game
This code is running live on www.killergame.org
To run on local :
- change settings.py parameters (config.json --> SECRET KEY & MAIL_address )
- change messaging.py with the correct email adress
- activate virtual envrionnement
- python3 manage.py runserver 0.0.0.0:8000
To activate virtual environnement :
- python3 -m venv venv
- source project_venv/bin/activate
- pip install -r requirements.txt