Skip to content

Commit

Permalink
Update stations model __module__
Browse files Browse the repository at this point in the history
  • Loading branch information
erick-otenyo committed Oct 10, 2024
1 parent 4a8e29e commit 5bd7407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion climweb/src/climweb/pages/stations/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def get_station_model(self):
attrs = {
**fields,
"managed": False,
"__module__": "pages.stations"
"__module__": "climweb.pages.stations"
}

station_model = type("Station", (models.Model,), attrs)
Expand Down

0 comments on commit 5bd7407

Please sign in to comment.