diff --git a/Makefile b/Makefile index 37018d1f..4007c452 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,8 @@ sync: up docker-compose exec cartoview python manage.py loaddata app_stores.json docker-compose exec cartoview python manage.py loaddata initial_data.json +backfill_api_keys: + docker-compose exec cartoview python manage.py backfill_api_keys prepare_manager: up #make migration for app_manager @@ -34,7 +36,7 @@ reset: down up wait sync collect_static: up docker-compose exec cartoview python manage.py collectstatic --noinput -run: up wait prepare_manager sync collect_static +run: up wait prepare_manager sync collect_static backfill_api_keys static_db: up sync wait collect_static