Skip to content

Commit

Permalink
Merge pull request #8 from geoadmin/feat-pb-554-makefile
Browse files Browse the repository at this point in the history
PB-554 Add serve make target
  • Loading branch information
schtibe authored Aug 22, 2024
2 parents 20343ef + 80bf9eb commit c341efb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ ci-check-format: format
exit 1; \
fi

.PHONY: serve
serve:
$(PYTHON) $(DJANGO_MANAGER) runserver


# make sure that the code conforms to the style guide. Note that
# - the DJANGO_SETTINGS module must be made available to pylint
Expand Down

0 comments on commit c341efb

Please sign in to comment.