Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
stolpeo committed Oct 28, 2024
1 parent 1e9276d commit c3af099
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ serve:
$(MANAGE) runserver --settings=config.settings.local


.PHONY: asgi
asgi:
python -m uvicorn config.asgi:application


.PHONY: serve_target
serve_target:
$(MANAGE) runserver 0.0.0.0:$(target_port) --settings=config.settings.local_target
Expand Down

0 comments on commit c3af099

Please sign in to comment.