Skip to content
Snippets Groups Projects
Commit 810f4179 authored by Milton Lenis's avatar Milton Lenis
Browse files

Merge branch 'master' of github.com:LaLogiaDePython/django-menu-generator

parents a8b24371 2ee4029e
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,7 @@ def clean_app_config(app_path): ...@@ -37,7 +37,7 @@ def clean_app_config(app_path):
return new_app return new_app
else: # pragma: no cover else: # pragma: no cover
raise ImproperlyConfigured( raise ImproperlyConfigured(
f"The application {app_path} is not in the configured apps or does" + "The application {0} is not in the configured apps or does".format(app_path) +
"not have the pattern app.apps.AppConfig" "not have the pattern app.apps.AppConfig"
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment