1. Documentation
  2. Welcome

Unfold admin theme documentation

Join our Discord server to get help, share ideas and connect with the community arrow_forward

Extend Unfold with plugins & services

Consulting & Custom development services

Are you looking for a new feature which is not available in Unfold or you just don't have enough time to integrate Unfold by yourself? Reach out to us through our Consulting page and we will get in touch soon.

Unfold Studio - powerful theme customizer for Unfold admin

With the Studio plugin, you can easily customize the overall look and feel of the whole admin panel in just a few seconds without writing a single line of code. Change colors, fonts, spacing and other visual properties through an intuitive interface to match your brand identity perfectly.

Additional resources & code examples

Formula - Demo site with the dashboard example

Check out the demo site with the dashboard example at demo.unfoldadmin.com. Demo site contains full fledged Django administration panel with large set of various examples including actions, filters, components and more. Source code is available at github.com/unfoldadmin/formula.

Turbo - Django & Next.js boilerplate implementing Unfold

The boilerplate available at github.com/unfoldadmin/turbo contains one monorepository containing both Django and Next.js code with good separation between frontend and backend. Main focus is on good developer experience when starting a new project.

FAQ (common support questions)

  • Site seems to be completely unstyled expand_more

    If it seems that styles are not loading at all it might be caused by not running `collectstatic` when deploying on production. The other reason might be that you included your custom Tailwind 3 CSS generated file which is not compatible with Unfold in version 0.56.0.
  • Form fields seems to be unstyled expand_more

    Each model in Unfold must inherit from `unfold.models.ModelAdmin` which loads appropriate styles and functionality. Read more about custom Unfold model.
  • User forms are not rendered properly expand_more

    User section in Unfold requires a little bit of customization to match the styling. In general, unregistering the model and again registering it with proper `ModelAdmin` from Unfold is required. Read more about user models in Unfold.
  • Third party package is unstyled or it does not work expand_more

    There are a lot of third party packages which were developed for default Django admin but in Unfold to provide better styling and functionality, each detail has to be polished to match the visual of the rest of the site.

    With the limited resources, it is hard to provide support for everything. In case your business depends on the package, reach out throught Consulting page and we can discuss the options.

© 2023 - 2025 Created by unfoldadmin.com. All rights reserved.