Skip to content

Commit d72384c

Browse files
author
Stefan Kuethe
committed
Merge branch 'dev' into main
2 parents c2ea0b3 + e693bd9 commit d72384c

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,12 @@ shiny run basic_app/app.py
2727

2828
## Use templates from GitHub
2929

30+
* [eoda-dev/py-shiny-templates](https://github.com/eoda-dev/py-shiny-templates)
3031
* [posit-dev/py-shiny-templates](https://github.com/posit-dev/py-shiny-templates)
3132

3233
```bash
34+
shiny create -g eoda-dev/py-shiny-templates -t fastapi-routes
35+
3336
shiny create -g posit-dev/py-shiny-templates -t map-distance
3437
```
3538

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
site/
2+
Dockerfile
3+
requirements.txt
4+
__pycache__/
5+
.venv/
6+

0 commit comments

Comments
 (0)