7 lines
90 B
Python
7 lines
90 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class AccountConfig(AppConfig):
|
|
name = 'account'
|
|
|