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, django raises an exception when i add from pusher_chatkit import PusherChatKit and from pusher_chatkit.backends import RequestsBackend when i import this library . The exception raised is django.core.exceptions.ImproperlyConfigured: The included URLconf 'coincard.urls' does not appear to have any patterns in it. If you see valid patterns in the file then the issue is probably caused by a circular import.
The text was updated successfully, but these errors were encountered:
Hi, django raises an exception when i add
from pusher_chatkit import PusherChatKit
andfrom pusher_chatkit.backends import RequestsBackend
when i import this library . The exception raised isdjango.core.exceptions.ImproperlyConfigured: The included URLconf 'coincard.urls' does not appear to have any patterns in it. If you see valid patterns in the file then the issue is probably caused by a circular import.
The text was updated successfully, but these errors were encountered: