mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2025-12-21 13:11:08 -05:00
first commit
This commit is contained in:
9
companies/apps.py
Normal file
9
companies/apps.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
class CompaniesConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'companies'
|
||||
verbose_name = 'Companies'
|
||||
|
||||
def ready(self):
|
||||
import companies.signals # noqa
|
||||
Reference in New Issue
Block a user