lib.itmens/sync/apps.py
2021-12-12 18:15:42 -05:00

6 lines
116 B
Python

from django.apps import AppConfig
from django.conf import settings
class SyncConfig(AppConfig):
name = 'sync'