reorder apps to show trash/ and sample/ last - as they should go away
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 24 Sep 2013 09:18:02 +0000 (11:18 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 24 Sep 2013 09:18:02 +0000 (11:18 +0200)
myslice/settings.py

index 3a39ab9..93d044c 100644 (file)
@@ -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',