Initial commit (Clean history)
This commit is contained in:
12
app/apps.py
Normal file
12
app/apps.py
Normal file
@@ -0,0 +1,12 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class AppConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'app'
|
||||
|
||||
def ready(self):
|
||||
import app.workflow_actions
|
||||
|
||||
from . import signals
|
||||
signals.connect_signals()
|
||||
Reference in New Issue
Block a user