]>
| author | mar77i <mar77i@protonmail.ch> | |
| Tue, 7 Apr 2026 21:35:39 +0000 (23:35 +0200) | ||
| committer | mar77i <mar77i@protonmail.ch> | |
| Fri, 24 Apr 2026 11:39:13 +0000 (13:39 +0200) | ||
| commit | 7eb3edaab0247e228e39aa45e2ae5f975a7fe394 | |
| tree | 062439ecfd59a6a571cedb7e2ca455146b6127d9 | tree | snapshot |
| .gitignore | [new file with mode: 0644] | blob |
| .pre-commit-config.yaml | [new file with mode: 0644] | blob |
| channel/__init__.py | [new file with mode: 0644] | blob |
| channel/admin.py | [new file with mode: 0644] | blob |
| channel/apps.py | [new file with mode: 0644] | blob |
| channel/migrations/0001_initial.py | [new file with mode: 0644] | blob |
| channel/migrations/0002_initial.py | [new file with mode: 0644] | blob |
| channel/migrations/__init__.py | [new file with mode: 0644] | blob |
| channel/models.py | [new file with mode: 0644] | blob |
| channel/signals.py | [new file with mode: 0644] | blob |
| channel/templates/channel/main.html | [new file with mode: 0644] | blob |
| channel/tests.py | [new file with mode: 0644] | blob |
| channel/urls.py | [new file with mode: 0644] | blob |
| channel/views.py | [new file with mode: 0644] | blob |
| chat/__init__.py | [new file with mode: 0644] | blob |
| chat/apps.py | [new file with mode: 0644] | blob |
| chat/asgi.py | [new file with mode: 0644] | blob |
| chat/bridge.py | [new file with mode: 0644] | blob |
| chat/management/__init__.py | [new file with mode: 0644] | blob |
| chat/management/commands/__init__.py | [new file with mode: 0644] | blob |
| chat/management/commands/db.py | [new file with mode: 0644] | blob |
| chat/management/commands/makemessages.py | [new file with mode: 0644] | blob |
| chat/management/commands/runuvicorn.py | [new file with mode: 0644] | blob |
| chat/settings.py | [new file with mode: 0644] | blob |
| chat/static/chat/chatutils.js | [new file with mode: 0644] | blob |
| chat/templates/chat/base.html | [new file with mode: 0644] | blob |
| chat/triggers.py | [new file with mode: 0644] | blob |
| chat/urls.py | [new file with mode: 0644] | blob |
| locales/de/LC_MESSAGES/django.po | [new file with mode: 0644] | blob |
| manage.py | [new file with mode: 0755] | blob |
| pyproject.toml | [new file with mode: 0644] | blob |
| readme.md | [new file with mode: 0644] | blob |
| scripts/deploy.sh | [new file with mode: 0755] | blob |
| scripts/deploy_remote.py | [new file with mode: 0755] | blob |
| scripts/pyjslint.py | [new file with mode: 0755] | blob |
| scripts/sort_gitignore.sh | [new file with mode: 0755] | blob |
| setup_venv.sh | [new file with mode: 0644] | blob |
| user/__init__.py | [new file with mode: 0644] | blob |
| user/admin.py | [new file with mode: 0644] | blob |
| user/apps.py | [new file with mode: 0644] | blob |
| user/email.py | [new file with mode: 0644] | blob |
| user/forms.py | [new file with mode: 0644] | blob |
| user/migrations/0001_initial.py | [new file with mode: 0644] | blob |
| user/migrations/__init__.py | [new file with mode: 0644] | blob |
| user/models.py | [new file with mode: 0644] | blob |
| user/templates/user/user.html | [new file with mode: 0644] | blob |
| user/tests.py | [new file with mode: 0644] | blob |
| user/urls.py | [new file with mode: 0644] | blob |
| user/views.py | [new file with mode: 0644] | blob |