This is a Service that allows you to check your privilege once a day.
- Pull this repo in some director (I recommend
/var/www/checkyourprivilege
). - Execute
pip install -r requirements.txt
- Apply migrations
python manage.py migrate
(maybe you need to do more IDK) - Create a superuser
python manage.py createsuperuser
(you don't need to, but maybe you should...) - Change AllowedHosts, SecretKey and Debug in
settings.py
. Maybe even more - you also might want to think about running a proper Database and switch off sqlite3. - Copy
checkyourprivilege.service
into your systemd directory. - Enable it with
systemctl enable checkyourprivilege.service
(ensure the proper directories and user permissions!) - Check your Privilege! (once a day)