]> git.mar77i.info Git - chat/commit
almost an mvp...
authormar77i <mar77i@protonmail.ch>
Mon, 30 Sep 2024 09:07:25 +0000 (11:07 +0200)
committermar77i <mar77i@protonmail.ch>
Mon, 30 Sep 2024 09:07:25 +0000 (11:07 +0200)
commita96d87e6038ce21bd7006a7aab6140c6d4d1e607
tree215ad5b3537327a484d5ddc91c0911062e76eb0c
parentf58e12106e35c8be8866700d4ddd971032a9607e
almost an mvp...
23 files changed:
chat/forms.py
chat/management/commands/listen.py [new file with mode: 0644]
chat/management/commands/runserver.py
chat/migrations/0001_initial.py
chat/models.py
chat/rest_views.py [new file with mode: 0644]
chat/serializers.py [new file with mode: 0644]
chat/settings.py
chat/static/chat/chat.css [new file with mode: 0644]
chat/static/chat/chat.js [new file with mode: 0644]
chat/static/chat/index.js [deleted file]
chat/static/chat/style.css
chat/templates/chat/chat.html
chat/templates/chat/login.html
chat/templates/chat/success.html
chat/tests.py
chat/triggers.py [new file with mode: 0644]
chat/urls.py
chat/utils.py
chat/views.py
chat/websocket.py
setup_venv.sh
todo.txt