insecure
Before Width: | Height: | Size: 141 KiB |
Before Width: | Height: | Size: 99 KiB |
Before Width: | Height: | Size: 103 KiB |
Before Width: | Height: | Size: 106 KiB |
Before Width: | Height: | Size: 210 KiB |
Before Width: | Height: | Size: 245 KiB |
Before Width: | Height: | Size: 244 KiB |
Before Width: | Height: | Size: 186 KiB |
Before Width: | Height: | Size: 157 KiB |
Before Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 448 KiB |
Before Width: | Height: | Size: 282 KiB |
@ -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 = '../..'
|
||||
}
|
@ -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:
|
||||
|