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
JET_THEMES= [
{
'theme': 'default', # theme folder name'color': '#47bac1', # color of the theme's button in user menu'title': 'Default'# theme title
},
...
]
python manage.py migrate
python manage.py collectstatic
The text was updated successfully, but these errors were encountered:
I'm trying to install
django-jet-reboot
and all is going as expected. Until I tried to open a model list (e.g. Users list) I got the following errorInvalid block tag on line 2: 'blocktranslate'. Did you forget to register or load this tag?
After looking deeper in the traceback, I found out that the error is coming from
jet/templates/admin/filter.html
I ran the following commands in the installation process
pip install django-jet-reboot
"jet.dashboard", "jet"
to theINSTALLED_APPS
python manage.py migrate
python manage.py collectstatic
The text was updated successfully, but these errors were encountered: