3

Django's Admin feels a bit off. Have you ever used Django and created a custom Dashboard for your customer?

Comments
  • 2
    At a previous job Django admin was used for any CMS solution they could shoehorn it into.
    It was painful. Custom widgets sucked.
    Anything that was highly custom was easier built in a custom view. I think if you took that approach you’d be fine.
  • 0
    Clearly, create your own admin dashboard intead of using it, less pain
  • 1
    i think django admin was created for developers not users
  • 1
    Django admin is really useful for development, but it was never meant to be used by end-users. You should roll your own solution.
  • 0
    Thanks! Django is awesome.
Add Comment