add company app
This commit is contained in:
9
core/apps/company/apps.py
Normal file
9
core/apps/company/apps.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class CompanyConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'core.apps.company'
|
||||
|
||||
def ready(self):
|
||||
from . import admin
|
||||
Reference in New Issue
Block a user