Skip to content

Commit

Permalink
feat(utils): add Cerema model in init_unmanaged_schema_for_tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisig committed Oct 24, 2024
1 parent 425d5bd commit 7a7b803
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utils/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
from public_data.models import (
ArtifAreaZoneUrba,
ArtificialArea,
Cerema,
Commune,
CommuneDiff,
CommunePop,
Expand Down Expand Up @@ -54,3 +55,4 @@ def init_unmanaged_schema_for_tests() -> None:
drop_and_create_model(ArtifAreaZoneUrba, schema_editor)
drop_and_create_model(ZoneUrba, schema_editor)
drop_and_create_model(ArtificialArea, schema_editor)
drop_and_create_model(Cerema, schema_editor)

0 comments on commit 7a7b803

Please sign in to comment.