Hi.

Admin is designed to be datacentric view to your models, namely providing
simple CRUD ops to your data.

If you want something else which involves your business requirements and
logic, generic class based views do help there. But in any case, you should
build your own management console for your business needs.

On Tue, Aug 21, 2018 at 6:40 AM, 'Kyle Mulka' via Django users <
django-users@googlegroups.com> wrote:

> Hi there,
>
> It seems like Django Admin is designed to work with Django models. But,
> I'm wondering what the best way is to create custom admin pages that don't
> revolve around Django models. Like, maybe there's a third party API that I
> want admins to be able to call from the Django admin. What's the best way
> to get custom pages to show up and render in the Django admin?
>
> Thanks,
>
> Kyle
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/django-users/57ccf869-829c-4ed4-881b-3b2031834bee%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/57ccf869-829c-4ed4-881b-3b2031834bee%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Jani Tiainen

- Well planned is half done, and a half done has been sufficient before...

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAHn91oc-DhnMkv64Oyco7%2Bj9S5Cc2NbkBAn098EEMhiGxKv98g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to