mcab / hiber

API for Bat House SDP
GNU General Public License v3.0
0 stars 1 forks source link

Create admin page(s) to pull in data from database #9

Open mcab opened 5 years ago

mcab commented 5 years ago

Right now, there's a default set of information pulled into the admin CMS (Pages, Images, Documents). We would like to be able to pull in information from the bat houses (House, HouseInformation, Observations, Bat) and display it in such a way.

This might be a bigger undertaking than expected.

mcab commented 5 years ago

Resources

Being able to display a map of where the houses are located would be very nice. Drawing individual points would have to draw on us using Wagtail's admin interface.

Django Plugins

There are a ton of Django admin plugins for maps, but we cannot directly use them; different admin interface. They're included for the sake of completion.

Wagtail Resources

The resource chosen depends on either using Django's admin interface or Wagtail's admin interface.