6 lines
86 B
Python
6 lines
86 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class AppBeConfig(AppConfig):
|
|
name = 'app_be'
|