Just a proof of concept
pip install -r requirements.txt
python manage.py syncdb
python manage.py runserver &
python websocket.py &
You need to go to http://localhost:8000/admin/ in order to create more users;
Screenshot:
Just a proof of concept
pip install -r requirements.txt
python manage.py syncdb
python manage.py runserver &
python websocket.py &
You need to go to http://localhost:8000/admin/ in order to create more users;
Screenshot: