filippotp

Results 3 comments of filippotp

I temporarily solved the problem by removing `django_admin_lightweight_date_hierarchy` from the `INSTALLED_APPS` in the project settings and adding a custom template tag that calls the original function from the package: ```...

@milemik I think you are referring to @Klemenceo's comment. Anyway, in my personal case the issue has never occurred again after updating firebase-admin to 6.3.0 and definitively migrating to `messaging.send_each_for_multicast()`.

I'm currently experimenting with this package on a Django project and I get the same error. Getting any attribute from the `settings` object imported in file `event_consumer/handlers.py` generates the error...