From: Thierry Parmentelat Date: Tue, 24 Sep 2013 09:18:02 +0000 (+0200) Subject: reorder apps to show trash/ and sample/ last - as they should go away X-Git-Tag: myslice-0.2-4~42 X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=commitdiff_plain;h=14397292fcfd0de9b91549fcace0902dadc1fc51 reorder apps to show trash/ and sample/ last - as they should go away --- 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',