mirror of
https://github.com/django/django.git
synced 2025-08-03 02:23:12 +00:00
commit
34490792f1
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ class AppConfig(object):
|
|||
raise ImproperlyConfigured(
|
||||
"'%s' must supply a name attribute." % entry)
|
||||
|
||||
# Ensure app_names points to a valid module.
|
||||
# Ensure app_name points to a valid module.
|
||||
app_module = import_module(app_name)
|
||||
|
||||
# Entry is a path to an app config class.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue