diff --git a/cof/settings_dev.py b/cof/settings_dev.py index 75c6d550..ad94d649 100644 --- a/cof/settings_dev.py +++ b/cof/settings_dev.py @@ -43,8 +43,6 @@ INSTALLED_APPS = ( 'bda', 'bda2', 'bda3', - 'pads', - 'rezo', 'autocomplete_light', 'eav', 'captcha', diff --git a/pads/__init__.py b/pads/__init__.py deleted file mode 100644 index e69de29b..00000000 diff --git a/pads/models.py b/pads/models.py deleted file mode 100644 index 71a83623..00000000 --- a/pads/models.py +++ /dev/null @@ -1,3 +0,0 @@ -from django.db import models - -# Create your models here. diff --git a/pads/tests.py b/pads/tests.py deleted file mode 100644 index 501deb77..00000000 --- a/pads/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) diff --git a/pads/views.py b/pads/views.py deleted file mode 100644 index 60f00ef0..00000000 --- a/pads/views.py +++ /dev/null @@ -1 +0,0 @@ -# Create your views here. diff --git a/rezo/__init__.py b/rezo/__init__.py deleted file mode 100644 index e69de29b..00000000 diff --git a/rezo/models.py b/rezo/models.py deleted file mode 100644 index 71a83623..00000000 --- a/rezo/models.py +++ /dev/null @@ -1,3 +0,0 @@ -from django.db import models - -# Create your models here. diff --git a/rezo/tests.py b/rezo/tests.py deleted file mode 100644 index 501deb77..00000000 --- a/rezo/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) diff --git a/rezo/views.py b/rezo/views.py deleted file mode 100644 index 60f00ef0..00000000 --- a/rezo/views.py +++ /dev/null @@ -1 +0,0 @@ -# Create your views here.