robosats/chat
2022-01-13 11:22:54 -08:00
..
templates Add Redis. Basic websocket chat working. 2022-01-13 06:08:21 -08:00
__init__.py Create new chat app, configure urls 2022-01-13 03:07:20 -08:00
admin.py Create new chat app, configure urls 2022-01-13 03:07:20 -08:00
apps.py Create new chat app, configure urls 2022-01-13 03:07:20 -08:00
consumers.py Add provisional frontend chat. The chat is totally unsafe as of now. Does not store messages either. 2022-01-13 11:22:54 -08:00
models.py Create new chat app, configure urls 2022-01-13 03:07:20 -08:00
routing.py Add Redis. Basic websocket chat working. 2022-01-13 06:08:21 -08:00
tests.py Create new chat app, configure urls 2022-01-13 03:07:20 -08:00
urls.py Add Redis. Basic websocket chat working. 2022-01-13 06:08:21 -08:00
views.py Add Redis. Basic websocket chat working. 2022-01-13 06:08:21 -08:00