]> git.mar77i.info Git - chat/commit
big restructure, add user tests
authormar77i <mar77i@protonmail.ch>
Sun, 3 May 2026 07:17:12 +0000 (09:17 +0200)
committermar77i <mar77i@protonmail.ch>
Fri, 8 May 2026 07:29:48 +0000 (09:29 +0200)
commit17591731838a1cdd5a5f66d42a677f25783f4a6d
tree163cdcc7dac87de6f37271e401df6cf95d63dba7
parent7eb3edaab0247e228e39aa45e2ae5f975a7fe394
big restructure, add user tests
35 files changed:
channel/migrations/0001_initial.py
channel/migrations/0002_initial.py
channel/models.py
channel/serializers.py [new file with mode: 0644]
channel/static/channel/styles.css [new file with mode: 0644]
channel/templates/channel/main.html
chat/bridge.py
chat/settings.py
chat/settings_test.py [new file with mode: 0644]
chat/static/chat/styles.css [new file with mode: 0644]
chat/templates/chat/base.html
chat/tests.py [new file with mode: 0644]
chat/urls.py
chat/websockets.py [new file with mode: 0644]
locales/de/LC_MESSAGES/django.po
manage.py
pyproject.toml
rest/__init__.py [new file with mode: 0644]
rest/apps.py [new file with mode: 0644]
rest/serializers.py [new file with mode: 0644]
rest/urls.py [new file with mode: 0644]
rest/views.py [new file with mode: 0644]
scripts/pyjslint.py
setup_venv.sh
user/email.py
user/migrations/0001_initial.py
user/migrations/0002_user_last_password_change.py [new file with mode: 0644]
user/models.py
user/password_validation.py [new file with mode: 0644]
user/serializers.py [new file with mode: 0644]
user/static/user/styles.css [new file with mode: 0644]
user/templates/user/user.html
user/tests.py
user/urls.py
user/views.py