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

0

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.

By Beginner Daniel Emmerich at Dec 01 2020


Related code examples


Code examples by languages