This commit is contained in:
Egor Matveev 2022-03-20 14:23:42 +03:00
parent 0790f75850
commit 5e05980cac
15 changed files with 1 additions and 13 deletions

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 141 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 99 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 103 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 106 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 210 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 245 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 244 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 186 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 157 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 448 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 282 KiB

View File

@ -1,12 +0,0 @@
function main() {
window.location.href = "/main"
}
function logout() {
window.location.href = "/exit"
}
function settings() {
window.location.href = "/settings"
}
function admin() {
window.location.href = '../..'
}

View File

@ -65,7 +65,7 @@ services:
TELEGRAM_TOKEN: $TELEGRAM_TOKEN
volumes:
- /sprint-data/static:/usr/src/app/static
command: ./manage.py runserver 0.0.0.0:80 --noreload
command: ./manage.py runserver 0.0.0.0:80 --noreload --insecure
ports:
- "80:80"
deploy: