In this video we will add our shop database table to our admin view and load some initial records.
At this point you should have most of your app set up along with a superuser account for Django authentication.
What you will do now is register your shop model in the Admin interface. To do so you will subclass a GeoDjango class called OSMGeoAdmin and specifying the list of columns to display for the view.
Joe Madaus on Nov. 4, 2021
Hello again Martin. First, thanks for listening to feedback.
What I mean is a web form with users entering points on a map, those points autofilling a field. Then give the user the ability to input information about them. Kind of like a blog or something. Like a “places I’ve been” sort of thing with user “memories” they can share or not. Then rank those against “other user places” should the user choose to do so. Something like that.