Release 17 (devel -> main)
See merge request ChaoticByte/drinks-manager!17
This commit is contained in:
commit
bdb1d6353c
2 changed files with 3 additions and 2 deletions
|
@ -38,7 +38,8 @@
|
||||||
"1 2 3",
|
"1 2 3",
|
||||||
"4 5 6",
|
"4 5 6",
|
||||||
"7 8 9",
|
"7 8 9",
|
||||||
"{bksp} . ,"
|
"0 . ,",
|
||||||
|
"{bksp}"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
// Check if on smartphone
|
// Check if on smartphone
|
||||||
|
|
2
start.sh
2
start.sh
|
@ -11,6 +11,6 @@ chmod -c -R g-w,o-rwx .gitignore
|
||||||
|
|
||||||
export PYTHONPATH="$basedir"
|
export PYTHONPATH="$basedir"
|
||||||
export DJANGO_SETTINGS_MODULE="project.settings"
|
export DJANGO_SETTINGS_MODULE="project.settings"
|
||||||
export APP_VERSION="16"
|
export APP_VERSION="17"
|
||||||
|
|
||||||
exec ./scripts/_bootstrap.py "$@"
|
exec ./scripts/_bootstrap.py "$@"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue