working proof of concept

This commit is contained in:
smilerz
2021-04-09 12:46:07 -05:00
parent 913e896906
commit d71f8ae006
7 changed files with 123 additions and 12 deletions

View File

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