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

Extend upgrade script to remove cached bytecode

This commit is contained in:
Jeremy Stretch
2017-04-05 10:22:37 -04:00
parent bde1f6d199
commit f34a8fff6a

View File

@ -25,3 +25,6 @@ eval $COMMAND
# Collect static files
./netbox/manage.py collectstatic --noinput
# Delete old bytecode
find . -name "*.pyc" -delete