cnas/server/apps/certificate/apps.py

6 lines
97 B
Python

from django.apps import AppConfig
class CertificateConfig(AppConfig):
name = 'certificate'