old_console/company/apps.py
2024-11-02 14:12:45 +03:00

5 lines
89 B
Python

from django.apps import AppConfig
class CompanyConfig(AppConfig):
name = 'company'