Skip to content

Commit

Permalink
added make command to backfill tastypie keys
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledboka committed Apr 16, 2020
1 parent b400326 commit a734802
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit a734802

Please sign in to comment.