Skip to content

Commit

Permalink
change to Cliopatria
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardchalstrey1 committed Jul 26, 2024
1 parent c013fee commit 6676cb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions seshat/apps/seshat_api/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@
#router.register(r"core/commons", SeshatCommonViewSet, basename="common")
router.register(r"core/religions", ReligionViewSet, basename="religion")
router.register(
r"core/video-shapefiles",
r"core/cliopatria",
CliopatriaViewSet,
basename="video-shapefile",
basename="cliopatria",
)
router.register(
r"core/gadm-shapefiles",
Expand Down
2 changes: 1 addition & 1 deletion seshat/apps/seshat_api/views/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ class CliopatriaViewSet(
viewsets.ModelViewSet,
):
"""
A viewset for viewing and editing Video Shapefiles.
A viewset for viewing and editing the Cliopatria borders dataset.
"""

model = Cliopatria
Expand Down

0 comments on commit 6676cb9

Please sign in to comment.