mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
parent
c40209dcc0
commit
63137a8304
4 changed files with 36 additions and 8 deletions
|
@ -25,6 +25,10 @@ class NoSuchApp(AppConfig):
|
|||
name = 'there is no such app'
|
||||
|
||||
|
||||
class PlainAppsConfig(AppConfig):
|
||||
name = 'apps'
|
||||
|
||||
|
||||
class RelabeledAppsConfig(AppConfig):
|
||||
name = 'apps'
|
||||
label = 'relabeled'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue