]> git.mar77i.info Git - chat/commit
make those triggers produce valid json. tests for the user rest api endpoint
authormar77i <mar77i@protonmail.ch>
Sun, 10 May 2026 15:06:47 +0000 (17:06 +0200)
committermar77i <mar77i@protonmail.ch>
Sun, 10 May 2026 15:06:47 +0000 (17:06 +0200)
commit215057da8c40cec6236986c37e8aea941d08d594
tree2abd9ddfcca43b6deca84b08604c32429f4b588c
parent03e6f3c5212822ec8e54b27593ea8292f12a9ef4
make those triggers produce valid json. tests for the user rest api endpoint
20 files changed:
channel/migrations/0001_initial.py
channel/migrations/0002_initial.py
channel/static/channel/chatutils.js
channel/static/channel/main.js [new file with mode: 0644]
channel/templates/channel/main.html
channel/urls.py
channel/websocket.py [new file with mode: 0644]
chat/asgi.py
chat/triggers.py
locales/de/LC_MESSAGES/django.po
rest/serializers.py
rest/tests.py [new file with mode: 0644]
rest/urls.py
rest/views.py
user/email.py
user/migrations/0001_initial.py
user/migrations/0002_user_last_password_change.py [deleted file]
user/tests.py
user/urls.py
user/views.py