7 lines
133 B
Python
7 lines
133 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class TestPluginAppConfig(AppConfig):
|
|
name = 'tests.old.utils'
|
|
label = 'tests.old.utils'
|