Skip to content
Snippets Groups Projects
Verified Commit 603afe0e authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

fix: remove collectstatic deom initialize target

parent 73c279cb
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,6 @@ create_oidc_client.tank:
$(POETRY_RUN_MANAGE) create_oidc_client tank confidential --client-id ${TANK_OIDC_CLIENT_ID} --client-secret ${TANK_OIDC_CLIENT_SECRET} -r "code" -u ${TANK_CALLBACK_BASE_URL}/tank/auth/oidc/callback
initialize: migrate loaddata.program create_oidc_client.dashboard create_oidc_client.tank
$(POETRY_RUN_MANAGE) collectstatic --clear --no-input
$(POETRY_RUN_MANAGE) createsuperuser --no-input
$(POETRY_RUN_MANAGE) creatersakey
......
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