factory/apps/third/apps.py

6 lines
90 B
Python
Executable File

from django.apps import AppConfig
class ThirdConfig(AppConfig):
name = 'apps.third'