Initial
This commit is contained in:
8
app/base/apps.py
Executable file
8
app/base/apps.py
Executable file
@@ -0,0 +1,8 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class AppBaseConfig(AppConfig):
|
||||
name = 'app.base'
|
||||
|
||||
def ready(self):
|
||||
import app.base.signals
|
||||
Reference in New Issue
Block a user