renamed seed to app_seed

This commit is contained in:
2025-04-25 17:40:25 +02:00
parent c532ff36fd
commit 2611ab39fb
2 changed files with 1 additions and 1 deletions

View File

@@ -52,7 +52,7 @@ flask --app app.py db upgrade
## Seeding the Database
To populate the database with a few sample users and services, run:
```bash
python seed.py
python app_seed.py
```
---