diff custom_search/__init__.py @ 924:78b459d4ab17

App refactor for custom_search for Django 1.7.7. upgrade. This commit prevents a lot of Django warnings by creating our Haystack signal processor as part of the custom_search apps' ready() method.
author Brian Neal <bgneal@gmail.com>
date Thu, 09 Apr 2015 19:43:07 -0500
parents ee87ea74d46b
children
line wrap: on
line diff
--- a/custom_search/__init__.py	Tue Apr 07 20:30:25 2015 -0500
+++ b/custom_search/__init__.py	Thu Apr 09 19:43:07 2015 -0500
@@ -0,0 +1,1 @@
+default_app_config = 'custom_search.apps.CustomSearchConfig'