You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -165,6 +166,64 @@ To set up your database and load initial data, run the following commands:
165
166
166
167
Log into the admin with the credentials `admin / changeme`.
167
168
169
+
## Setup with uv
170
+
171
+
If you prefer [uv](https://docs.astral.sh/uv/), bakerydemo also supports the existing requirements-based workflow with uv-managed environments. This is optional and is intended as an additional local development path alongside manual `venv` usage.
After experimenting with the demo, you may want to create your own site. To do that, run the `wagtail start` command in your environment of choice. You can find more information in the [getting started Wagtail CMS docs](https://docs.wagtail.org/en/stable/getting_started/index.html).
0 commit comments