Herbert Rusznak

Results 8 comments of Herbert Rusznak

the simplest solution for me was to add `"wagtail.contrib.search_promotions",` to my `INSTALLED_APPS` -> ``` INSTALLED_APPS = [ "home", "search", "wagtail.contrib.search_promotions", "wagtail.contrib.forms", "wagtail.contrib.redirects", "wagtail.contrib.settings", # ... more modules ``` in addition...

i have exactly the same problem but only if i have the developertools (google chrome) open. exaclty the same happens in firefox.

here is my PR https://github.com/sunscrapers/django-templated-mail/pull/29 that fixes this bug

@bazhenstvo i do not believe its that simple because djoser is using an unpickleable email class, look at this issue: https://github.com/sunscrapers/django-templated-mail/issues/28

im pretty sure this is more a "hack" than a solution but i think i'm not able to do the things @spookylukey has suggested without breaking djoser. i think sunscrapers...

i just stumbled on this issue as well. after some sourcecode digging i found the settings of this plugin. the relevant setting is `HIJACK_REGISTER_ADMIN = False` after that change the...

but thats documented in the readme. maybe we just have to read a little bit better? :D

looks like this: https://github.com/JustinSDK/cqMore/issues/2