django-cacheops has been removed from Netbox 3.0.0

This commit is contained in:
Tobias Genannt 2021-07-10 09:47:54 +02:00
parent b258b6578c
commit 9142aaf78e
1 changed files with 0 additions and 2 deletions

View File

@ -34,8 +34,6 @@ if ! ./manage.py migrate --check >/dev/null 2>&1; then
./manage.py remove_stale_contenttypes --no-input
echo "⚙️ Removing expired user sessions"
./manage.py clearsessions
echo "⚙️ Clearing cache data"
./manage.py invalidate all
fi
# Create Superuser if required