Fixed bug: select columns all checked in filters, autocomplete based on query_all...
[myslice.git] / myslice / settings.py
index 3a39ab9..4878c0d 100644 (file)
@@ -174,9 +174,7 @@ INSTALLED_APPS = (
     # plugins
     'plugins',
     # views - more or less stable 
-    'views',
-    # temporary
-    'trash',
+    'ui',
     # managing database migrations
     'south', 
     # Uncomment the next line to enable the admin:
@@ -184,6 +182,8 @@ INSTALLED_APPS = (
     # Uncomment the next line to enable admin documentation:
     # 'django.contrib.admindocs',
     'portal',
+    # temporary - not packaged
+    'trash',
     'sample',
 # DEPRECATED #    'django.contrib.formtools',
 # DEPRECATED ##    'crispy_forms',