We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a8b2437 + 2ee4029 commit 810f417Copy full SHA for 810f417
1 file changed
menu_generator/utils.py
@@ -37,7 +37,7 @@ def clean_app_config(app_path):
37
return new_app
38
else: # pragma: no cover
39
raise ImproperlyConfigured(
40
- 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) +
41
"not have the pattern app.apps.AppConfig"
42
)
43
0 commit comments