qrtr-services/qrtr_account/apps.py

6 lines
98 B
Python

from django.apps import AppConfig
class QrtrAccountConfig(AppConfig):
name = 'qrtr_account'