-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
circular import error #44
Comments
Do you have any more information than just the exception. How did you run it? Have you changed it? |
|
My Edited Code link below :- |
Hello, in the future, you can just copy and past your error into the issues here. Preferably in a codeblock using backticks. Your errors however do not look like circular imports. It looks like you have a type error. |
raise ImproperlyConfigured(msg.format(name=self.urlconf_name))
django.core.exceptions.ImproperlyConfigured: The included URLconf 'shopify_django_app.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: