Here's how I'd do it:

Create a Service model, where you store the service type, ID, etc. Then
create a MapPage and a ServicePage which could be related to the Service
model via many to many relations.

Your users can then log into the admin, create and manage services, and
easily add them to MapPages or ServicePages via the many to many widget.

In templates, you can easily access the the services provided with the
custom page instances, and display them as you like.

In general, I would advice to stick with the default admin interfaces (as
I've explained) instead of creating your own. Your future self will be
grateful!

-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to