Skip to content
Snippets Groups Projects
Commit de8f6a92 authored by Niaz Faridani-Rad's avatar Niaz Faridani-Rad
Browse files

[FIX] Clear cache at startup

parent bcb61a72
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ python manage.py showmigrations | tee /logs/show_migrate.log
python manage.py migrate | tee /logs/command_migrate.log
python manage.py showmigrations | tee /logs/show_migrate.log
python manage.py build_similarity_index 2>&1 | tee /logs/command_build_similarity_index.log
python manage.py clear_cache
python manage.py createadmin -u $ADMIN_USERNAME $ADMIN_EMAIL 2>&1 | tee /logs/command_createadmin.log
echo "Running backend server..."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment