Skip to content
Snippets Groups Projects

Draft: migrate energy_communities_api from fastapi to base_rest framework

Closed Juan Pedro Sánchez requested to merge refactor/REF_fastapi_to_baserest into dev
17 files
+ 165
202
Compare changes
  • Side-by-side
  • Inline
Files
17
from .energy_selfconsumption_project import (
EnergySelfconsumptionProjectsComponent,
ProjectNotFoundException,
)
Loading