7 lines
88 B
Python
7 lines
88 B
Python
|
from django.apps import AppConfig
|
||
|
|
||
|
|
||
|
class CommonConfig(AppConfig):
|
||
|
|
||
|
name = 'common'
|