]> git.mar77i.info Git - chat/commit
Initial commit master
authormar77i <mar77i@protonmail.ch>
Tue, 22 Sep 2026 12:20:08 +0000 (14:20 +0200)
committermar77i <mar77i@protonmail.ch>
Tue, 22 Sep 2026 12:20:08 +0000 (14:20 +0200)
commitee4af2b1f398facca9ca86b75ea0e1078b192648
tree611f59384625afae6c9195095fe51c9c7d84f2c2
Initial commit
16 files changed:
.gitignore [new file with mode: 0644]
chat/__init__.py [new file with mode: 0644]
chat/activity.py [new file with mode: 0644]
chat/apps.py [new file with mode: 0644]
chat/asgi.py [new file with mode: 0644]
chat/lifespan.py [new file with mode: 0644]
chat/management/__init__.py [new file with mode: 0644]
chat/management/commands/__init__.py [new file with mode: 0644]
chat/management/commands/runserver.py [new file with mode: 0644]
chat/settings.py [new file with mode: 0644]
chat/urls.py [new file with mode: 0644]
chat/utils.py [new file with mode: 0644]
chat/websocket.py [new file with mode: 0644]
gunicorn.conf.py [new file with mode: 0644]
manage.py [new file with mode: 0755]
setup_venv.sh [new file with mode: 0644]