Release 19 (devel -> main) #42

Merged
ChaoticByte merged 5 commits from devel into main 2023-11-01 18:23:56 +00:00
Showing only changes of commit 4958a56f8d - Show all commits

View file

@ -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="17" export APP_VERSION="19"
exec ./scripts/_bootstrap.py "$@" exec ./scripts/_bootstrap.py "$@"