working proof of concept
This commit is contained in:
@ -3,3 +3,6 @@ from django.apps import AppConfig
|
||||
|
||||
class CookbookConfig(AppConfig):
|
||||
name = 'cookbook'
|
||||
|
||||
def ready(self):
|
||||
import cookbook.signals # noqa
|
||||
|
Reference in New Issue
Block a user