]>
| author | mar77i <mar77i@protonmail.ch> | |
| Wed, 18 Sep 2024 00:38:26 +0000 (02:38 +0200) | ||
| committer | mar77i <mar77i@protonmail.ch> | |
| Wed, 18 Sep 2024 00:38:26 +0000 (02:38 +0200) | ||
| commit | f58e12106e35c8be8866700d4ddd971032a9607e | |
| tree | 86e90eeaa7d4da802c4612cfec6b74247a513e96 | tree | snapshot |
| .gitignore | [new file with mode: 0644] | blob |
| chat/__init__.py | [new file with mode: 0644] | blob |
| chat/admin.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/forms.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/migrations/0001_initial.py | [new file with mode: 0644] | blob |
| chat/migrations/__init__.py | [new file with mode: 0644] | blob |
| chat/models.py | [new file with mode: 0644] | blob |
| chat/settings.py | [new file with mode: 0644] | blob |
| chat/static/chat/index.js | [new file with mode: 0644] | blob |
| chat/static/chat/login.css | [new file with mode: 0644] | blob |
| chat/static/chat/style.css | [new file with mode: 0644] | blob |
| chat/templates/chat/base.html | [new file with mode: 0644] | blob |
| chat/templates/chat/chat.html | [new file with mode: 0644] | blob |
| chat/templates/chat/login.html | [new file with mode: 0644] | blob |
| chat/templates/chat/success.html | [new file with mode: 0644] | blob |
| chat/tests.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/views.py | [new file with mode: 0644] | blob |
| chat/websocket.py | [new file with mode: 0644] | blob |
| manage.py | [new file with mode: 0755] | blob |
| setup_venv.sh | [new file with mode: 0644] | blob |
| todo.txt | [new file with mode: 0644] | blob |