trashed the - empty anyway - 'slice' app;
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 12 Mar 2013 11:36:03 +0000 (12:36 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 12 Mar 2013 11:36:03 +0000 (12:36 +0100)
add 'trash' temporarily so we can have css and all

myslice/settings.py
slice/__init__.py [deleted file]
slice/models.py [deleted file]
slice/tests.py [deleted file]

index 8d61570..20cdbed 100644 (file)
@@ -148,7 +148,7 @@ INSTALLED_APPS = (
     'auth',
     'engine',
     'plugins',
-    'slice',
+    'trash',
     # Uncomment the next line to enable the admin:
     # 'django.contrib.admin',
     # Uncomment the next line to enable admin documentation:
diff --git a/slice/__init__.py b/slice/__init__.py
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/slice/models.py b/slice/models.py
deleted file mode 100644 (file)
index 71a8362..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-from django.db import models
-
-# Create your models here.
diff --git a/slice/tests.py b/slice/tests.py
deleted file mode 100644 (file)
index 501deb7..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-"""
-This file demonstrates writing tests using the unittest module. These will pass
-when you run "manage.py test".
-
-Replace this with more appropriate tests for your application.
-"""
-
-from django.test import TestCase
-
-
-class SimpleTest(TestCase):
-    def test_basic_addition(self):
-        """
-        Tests that 1 + 1 always equals 2.
-        """
-        self.assertEqual(1 + 1, 2)