6 lines
116 B
Python
6 lines
116 B
Python
from django.apps import AppConfig
|
|
from django.conf import settings
|
|
|
|
|
|
class SyncConfig(AppConfig):
|
|
name = 'sync'
|