From 77a82eceee687644c335b3f4e6c42e27ca12127d Mon Sep 17 00:00:00 2001 From: Brian Kohan Date: Mon, 10 Jun 2024 11:24:16 -0700 Subject: [PATCH] update readme --- README.md | 3 +++ doc/source/index.rst | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) 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`