We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c6428e commit 42038c6Copy full SHA for 42038c6
Makefile
@@ -16,7 +16,7 @@ help: ## Show this help menu with a list of available commands and their descrip
16
.PHONY: serve
17
serve: .cache/tandem .cache/py-packages .cache/dev-build-fe ## Run Django server, docs preview, and watch frontend changes
18
@.cache/tandem \
19
- '${UV_RUN}python manage.py runserver 0.0.0.0:9001 --settings=$(DJANGO_SETTINGS_MODULE)' \
+ '${UV_RUN}python manage.py runserver_plus 0.0.0.0:9001 --settings=$(DJANGO_SETTINGS_MODULE)' \
20
'npm:watch:*' \
21
'${UV_RUN}mkdocs serve'
22
0 commit comments