Added session-autocleaner, changed some script filenames, changed shebang of manage.py #16

This commit is contained in:
ChaoticByte 2023-02-11 21:22:52 +01:00
parent 159e1cef7d
commit be38d1885f
5 changed files with 71 additions and 11 deletions

View file

@ -8,4 +8,4 @@ export PYTHONPATH="$basedir"
export DJANGO_SETTINGS_MODULE="project.settings"
export APP_VERSION="revamp-pre"
exec ./scripts/bootstrap.py "$@"
exec ./scripts/_bootstrap.py "$@"