From: Thierry Parmentelat Date: Tue, 12 Mar 2013 11:36:03 +0000 (+0100) Subject: trashed the - empty anyway - 'slice' app; X-Git-Tag: myslice-django-0.1-1~33 X-Git-Url: http://git.onelab.eu/?p=unfold.git;a=commitdiff_plain;h=1c8ceaa097622e68c3415d0f59eb55c68acd7f9e trashed the - empty anyway - 'slice' app; add 'trash' temporarily so we can have css and all --- diff --git a/myslice/settings.py b/myslice/settings.py index 8d61570d..20cdbed8 100644 --- a/myslice/settings.py +++ b/myslice/settings.py @@ -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 index e69de29b..00000000 diff --git a/slice/models.py b/slice/models.py deleted file mode 100644 index 71a83623..00000000 --- a/slice/models.py +++ /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 index 501deb77..00000000 --- a/slice/tests.py +++ /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)