]> git.mar77i.info Git - chat/commit
initial commit
authormar77i <mar77i@protonmail.ch>
Wed, 18 Sep 2024 00:38:26 +0000 (02:38 +0200)
committermar77i <mar77i@protonmail.ch>
Wed, 18 Sep 2024 00:38:26 +0000 (02:38 +0200)
commitf58e12106e35c8be8866700d4ddd971032a9607e
tree86e90eeaa7d4da802c4612cfec6b74247a513e96
initial commit
28 files changed:
.gitignore [new file with mode: 0644]
chat/__init__.py [new file with mode: 0644]
chat/admin.py [new file with mode: 0644]
chat/apps.py [new file with mode: 0644]
chat/asgi.py [new file with mode: 0644]
chat/forms.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/migrations/0001_initial.py [new file with mode: 0644]
chat/migrations/__init__.py [new file with mode: 0644]
chat/models.py [new file with mode: 0644]
chat/settings.py [new file with mode: 0644]
chat/static/chat/index.js [new file with mode: 0644]
chat/static/chat/login.css [new file with mode: 0644]
chat/static/chat/style.css [new file with mode: 0644]
chat/templates/chat/base.html [new file with mode: 0644]
chat/templates/chat/chat.html [new file with mode: 0644]
chat/templates/chat/login.html [new file with mode: 0644]
chat/templates/chat/success.html [new file with mode: 0644]
chat/tests.py [new file with mode: 0644]
chat/urls.py [new file with mode: 0644]
chat/utils.py [new file with mode: 0644]
chat/views.py [new file with mode: 0644]
chat/websocket.py [new file with mode: 0644]
manage.py [new file with mode: 0755]
setup_venv.sh [new file with mode: 0644]
todo.txt [new file with mode: 0644]