Add missing variable to app auto URL debug statement.
This commit is contained in:
@@ -57,7 +57,7 @@ class MayanAppConfig(apps.AppConfig):
|
||||
)
|
||||
),
|
||||
except ImportError:
|
||||
logger.debug('App %s doesn\'t have URLs define.')
|
||||
logger.debug('App %s doesn\'t have URLs defined.', self.name)
|
||||
|
||||
|
||||
class CommonApp(MayanAppConfig):
|
||||
|
||||
Reference in New Issue
Block a user