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
{{ message }}
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.
I was trying to use django-oscar-mollie in my project.I followed the same steps that are given in description.But I got this error
raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: Specifying a namespace in include() without providing an app_name is not supported. Set the app_name attribute in the included module, or pass a 2-tuple containing the list of patterns and app_name instead.
May be it's because of not providing the correct installed app name in settings.py , if that's the case can you please provide the correct installed app name for the same.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I was trying to use django-oscar-mollie in my project.I followed the same steps that are given in description.But I got this error
raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: Specifying a namespace in include() without providing an app_name is not supported. Set the app_name attribute in the included module, or pass a 2-tuple containing the list of patterns and app_name instead.
May be it's because of not providing the correct installed app name in settings.py , if that's the case can you please provide the correct installed app name for the same.
The text was updated successfully, but these errors were encountered: