diff --git a/cookbook/apps.py b/cookbook/apps.py index 3297d6928..5b2777f2b 100644 --- a/cookbook/apps.py +++ b/cookbook/apps.py @@ -24,8 +24,8 @@ class CookbookConfig(AppConfig): with scopes_disabled(): try: from cookbook.models import Keyword, Food - Keyword.fix_tree(fix_paths=True) - Food.fix_tree(fix_paths=True) + #Keyword.fix_tree(fix_paths=True) # disabled for now, causes to many unknown issues + #Food.fix_tree(fix_paths=True) except OperationalError: if DEBUG: traceback.print_exc()