From 14397292fcfd0de9b91549fcace0902dadc1fc51 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 24 Sep 2013 11:18:02 +0200 Subject: [PATCH] reorder apps to show trash/ and sample/ last - as they should go away --- myslice/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/myslice/settings.py b/myslice/settings.py index 3a39ab92..93d044cc 100644 --- a/myslice/settings.py +++ b/myslice/settings.py @@ -175,8 +175,6 @@ INSTALLED_APPS = ( 'plugins', # views - more or less stable 'views', - # temporary - 'trash', # 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', -- 2.43.0