drinks-manager/lib/clear-expired-sessions.sh

7 lines
163 B
Bash
Raw Normal View History

#!/usr/bin/env bash
# enable debugging for this command
export DJANGO_DEBUG="true"
# make migrations & migrate
python3 $(pwd)/application/manage.py clearsessions