Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bckohan committed Jun 10, 2024
1 parent ad9ce06 commit 77a82ec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down
4 changes: 3 additions & 1 deletion doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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`

Expand Down

0 comments on commit 77a82ec

Please sign in to comment.