Skip to content
Snippets Groups Projects
Commit 559629eb authored by Dorian Lesbre's avatar Dorian Lesbre
Browse files

Fix makefile overwriting secret on start

parent 007ac370
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ host: $(SECRET) ## Host localy to access from same netword (make sure to add IP
$(PYTHON) $(MANAGER) runserver 0.0.0.0:8000
.PHONY: start
start: install secret migrate serve ## Install requirements, apply migrations, then start development server
start: install $(SECRET) migrate serve ## Install requirements, apply migrations, then start development server
.PHONY: clean
clean: ## Remove migrations and delete database
......
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