6 lines
79 B
Python
6 lines
79 B
Python
|
from django.apps import AppConfig
|
||
|
|
||
|
|
||
|
class LgConfig(AppConfig):
|
||
|
name = 'lg'
|