Verified Commit 69cd87df authored by Jakob Moser's avatar Jakob Moser
Browse files

Mention Flask shell

parent 678adabe
Loading
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -81,6 +81,20 @@ cd portal
sudo docker compose -f docker-compose.dev.yml up
```

## Flask shell

Sometimes, you need to enter a “Flask shell”, to change internal configuration. This works like this:

```bash
uv run flask shell
```

If you're using Docker, it works like this:

```bash
sudo docker exec -it portal-app-1 uv run flask shell
```

## Configure

### LDAP server