diff --git a/README.md b/README.md index 92c5dae..ec3a243 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,8 @@ Now we can run all of our package routines with one command: ... renderstatic ... + poetry build + ... ``` The deploy command has several switches that we can enable to run additional commands. @@ -98,6 +100,7 @@ For example to deploy our demo on a new server we would run: ... loaddata ./fixtures/demo.json ... + touch /path/to/wsgi.py ``` ## Settings diff --git a/doc/source/index.rst b/doc/source/index.rst index 5001b23..2ddbd81 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -50,6 +50,8 @@ Now we can run all of our package routines with one command: ... renderstatic ... + poetry build + ... The deploy command has several switches that we can enable to run additional commands. @@ -71,7 +73,7 @@ For example to deploy our demo on a new server we would run: ... loaddata ./fixtures/demo.json ... - + touch /path/to/wsgi.py :big:`Settings`