mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-13 16:47:34 -06:00
Extend upgrade script to remove cached bytecode
This commit is contained in:
parent
bde1f6d199
commit
f34a8fff6a
@ -25,3 +25,6 @@ eval $COMMAND
|
||||
|
||||
# Collect static files
|
||||
./netbox/manage.py collectstatic --noinput
|
||||
|
||||
# Delete old bytecode
|
||||
find . -name "*.pyc" -delete
|
||||
|
Loading…
Reference in New Issue
Block a user