All my apps start with these steps:
- create a new app
- clone locally
- copy the
theme
folder from a Standard theme
reference app
- add
pyroject.toml
from the same reference app
- commit
- push
Most apps also include some boiler plate stuff for routing and user management.
I would like to use that reference app as template for new apps, so when I create a new app I can pick any of:
- Standard company theme
- Standard company theme with routing
- Material Design 3
- Rally
- […]
1 Like
Seconded, especially with talks of selling templates and other community themes:
1 Like
I just have a boilerplate app that I clone when I make a new app.
5 Likes
WHAAAT?
And I had never thought about that???
Thank you!!!
1 Like
I’ve used cookiecutter for this a few times
2 Likes