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

@ -57,7 +57,8 @@ This also runs all necessary migrations.
# Activate venv
**On every new session**, before running commands with
manage.py or developing, you have to activate the venv:
manage.py, running special scripts, or developing,
you have to activate the virtual environment:
```
source ./venv/bin/activate
```