perf: improved campaigns suggestion perfomance by caching some things
This commit is contained in:
@@ -9,3 +9,5 @@ fi
|
||||
if [ "$DJANGO_CREATE_SUPERUSER" = "True" ]; then
|
||||
python manage.py createsuperuser --noinput --username "$DJANGO_SUPERUSER_USERNAME" --email "$DJANGO_SUPERUSER_EMAIL" || true
|
||||
fi
|
||||
|
||||
python manage.py init_cache
|
||||
|
||||
Reference in New Issue
Block a user