Skip to content

Commit 9142aaf

Browse files
committed
django-cacheops has been removed from Netbox 3.0.0
1 parent b258b65 commit 9142aaf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docker/docker-entrypoint.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ if ! ./manage.py migrate --check >/dev/null 2>&1; then
3434
./manage.py remove_stale_contenttypes --no-input
3535
echo "⚙️ Removing expired user sessions"
3636
./manage.py clearsessions
37-
echo "⚙️ Clearing cache data"
38-
./manage.py invalidate all
3937
fi
4038

4139
# Create Superuser if required

0 commit comments

Comments
 (0)