You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I'm really diggin this so far. It's a nice upgrade to a pretty bland django admin that I just don't have the time to style myself. So thank you!
Quick question:
Is there a way to custom designate icons to admin menu items? For example, you have to call out icon = fa etc in app.py, but what do we do with libraries like Celery, which create their own admin menu items? Is there a way to pass variables to volt for these custom menu items?
Please let me know if that doesn't make sense.
The text was updated successfully, but these errors were encountered:
Hello Wayne.
Thanks for asking.
This is not possible in this version. But you are absolutely right. You
cannot assign an icon to the dependencies you installed. But totally it is
possible. In the next version, I will add the possibility that through the
`settings.py` you can set unique icons for installed dependencies.
Sincerely, Iman Karimi
Hi! I'm really diggin this so far. It's a nice upgrade to a pretty bland django admin that I just don't have the time to style myself. So thank you!
Quick question:
Is there a way to custom designate icons to admin menu items? For example, you have to call out
icon = fa etc
inapp.py
, but what do we do with libraries like Celery, which create their own admin menu items? Is there a way to pass variables to volt for these custom menu items?Please let me know if that doesn't make sense.
The text was updated successfully, but these errors were encountered: