1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Closes #14458: Remove the clearcache management command

This commit is contained in:
Jeremy Stretch
2023-12-07 10:02:57 -05:00
parent 5d2f499ffb
commit 2d1f882724
2 changed files with 0 additions and 25 deletions

View File

@@ -113,11 +113,6 @@ COMMAND="python3 netbox/manage.py clearsessions"
echo "Removing expired user sessions ($COMMAND)..."
eval $COMMAND || exit 1
# Clear the cache
COMMAND="python3 netbox/manage.py clearcache"
echo "Clearing the cache ($COMMAND)..."
eval $COMMAND || exit 1
if [ -v WARN_MISSING_VENV ]; then
echo "--------------------------------------------------------------------"
echo "WARNING: No existing virtual environment was detected. A new one has"