barseghyanartur / django-dash

Customisable, modular dashboard application framework for Django.
https://pypi.python.org/pypi/django-dash
386 stars 86 forks source link

example issues #36

Open CupOfGeo opened 3 years ago

CupOfGeo commented 3 years ago

i cant log in with the username test_user or test_admin i tried using test and test_admin test_user as password and still no

when trying to go to the admin page i get http://127.0.0.1:8001/en/administration/login/?next=/en/administration/

TemplateSyntaxError at /en/administration/login/ 'admin_static' is not a registered tag library. Must be one of: admin_list admin_modify admin_tools_menu_tags admin_urls cache dash_tags debug_tags easy_thumbnails_tags i18n l10n log rss_feed_tags static thumbnail tz widget_tweaks

Error during template rendering In template /django_dash_example_app_installer/django-dash-stable/examples/example/templates/admin/base_site.html, error at line 2

'admin_static' is not a registered tag library. Must be one of: admin_list admin_modify admin_tools_menu_tags admin_urls cache dash_tags debug_tags easy_thumbnails_tags i18n l10n log rss_feed_tags static thumbnail tz widget_tweaks

ThomasBooij95 commented 2 years ago

Just came here to say that i have the same problem.