Refactoring fetcher WIP

This commit is contained in:
Luciano Gervasoni
2025-03-07 11:52:35 +01:00
parent ec4a2cad15
commit 95b9766245
10 changed files with 124 additions and 55 deletions

View File

@@ -34,5 +34,5 @@ docker run --rm -it -p 12343:80 image_generation
# Deploy
```
python manage.py runserver
python app_web/manage.py runserver
```