mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-13 10:00:51 +03:00
parent
756cf6c935
commit
0b3dd776c6
|
@ -22,9 +22,9 @@ help:
|
||||||
# Build, watch and serve docs with live reload
|
# Build, watch and serve docs with live reload
|
||||||
livehtml:
|
livehtml:
|
||||||
sphinx-autobuild -b html
|
sphinx-autobuild -b html
|
||||||
{%- if cookiecutter.use_docker == 'y' %} -H 0.0.0.0
|
{%- if cookiecutter.use_docker == 'y' %} --host 0.0.0.0
|
||||||
{%- else %} --open-browser
|
{%- else %} --open-browser
|
||||||
{%- endif %} -p 7000 --watch $(APP) -c . $(SOURCEDIR) $(BUILDDIR)/html
|
{%- endif %} --port 7000 --watch $(APP) -c . $(SOURCEDIR) $(BUILDDIR)/html
|
||||||
|
|
||||||
# Outputs rst files from django application code
|
# Outputs rst files from django application code
|
||||||
apidocs:
|
apidocs:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user