]>
| author | mar77i <mar77i@protonmail.ch> | |
| Tue, 22 Sep 2026 12:20:08 +0000 (14:20 +0200) | ||
| committer | mar77i <mar77i@protonmail.ch> | |
| Tue, 22 Sep 2026 12:20:08 +0000 (14:20 +0200) | ||
| commit | ee4af2b1f398facca9ca86b75ea0e1078b192648 | |
| tree | 611f59384625afae6c9195095fe51c9c7d84f2c2 | tree | snapshot |
| .gitignore | [new file with mode: 0644] | blob |
| chat/__init__.py | [new file with mode: 0644] | blob |
| chat/activity.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/lifespan.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/runserver.py | [new file with mode: 0644] | blob |
| chat/settings.py | [new file with mode: 0644] | blob |
| chat/urls.py | [new file with mode: 0644] | blob |
| chat/utils.py | [new file with mode: 0644] | blob |
| chat/websocket.py | [new file with mode: 0644] | blob |
| gunicorn.conf.py | [new file with mode: 0644] | blob |
| manage.py | [new file with mode: 0755] | blob |
| setup_venv.sh | [new file with mode: 0644] | blob |