mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-02 12:49:02 -05:00
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