6 lines
109 B
Python
6 lines
109 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class AppAppConfig(AppConfig):
|
|
name = 'app'
|
|
verbose_name = 'app'
|