Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 900 Bytes

File metadata and controls

31 lines (23 loc) · 900 Bytes

Match Game

Prerequisites to Install

How to Run

$ docker run -p 6379:6379 -d redis:5
$ python3 manage.py runserver
Watching for file changes with StatReloader
Performing system checks...

System check identified no issues (0 silenced).
October 11, 2020 - 22:53:20
Django version 3.1.2, using settings 'matchgame.settings'
Starting ASGI/Channels version 2.4.0 development server at http://127.0.0.1:8000/
Quit the server with CONTROL-C.

References