working proof of concept

This commit is contained in:
smilerz
2021-04-09 12:46:07 -05:00
parent 45454eb27b
commit b1cd2d250a
7 changed files with 125 additions and 15 deletions

View File

@ -3,3 +3,6 @@ from django.apps import AppConfig
class CookbookConfig(AppConfig):
name = 'cookbook'
def ready(self):
import cookbook.signals # noqa