8 lines
129 B
Python
8 lines
129 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class BocalAuthConfig(AppConfig):
|
|
name = "bocal_auth"
|
|
|
|
def ready(self):
|
|
pass
|