Added attractions to admin page and fixed point of interest issue

doc_update
Joey Hines 2020-01-08 14:33:25 -06:00
parent cb8a1586a2
commit e50fe0d4e4
2 changed files with 2 additions and 1 deletions

View File

@ -13,3 +13,4 @@ admin.site.register(PublicFarm)
admin.site.register(Resource)
admin.site.register(Market)
admin.site.register(PointOfInterest)
admin.site.register(Attraction)

View File

@ -284,7 +284,7 @@ class Location(models.Model):
class PointOfInterest(Location):
info_page = "GeoffreyPointOfInterest"
info_page = "GeoffreyPointOfInterestInfo"
class Shop(Location):