diff --git a/bootstrapform/models.py b/bootstrapform/models.py index 71a8362..e69de29 100644 --- a/bootstrapform/models.py +++ b/bootstrapform/models.py @@ -1,3 +0,0 @@ -from django.db import models - -# Create your models here. diff --git a/bootstrapform/tests.py b/bootstrapform/tests.py deleted file mode 100644 index 501deb7..0000000 --- a/bootstrapform/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/bootstrapform/views.py b/bootstrapform/views.py deleted file mode 100644 index 60f00ef..0000000 --- a/bootstrapform/views.py +++ /dev/null @@ -1 +0,0 @@ -# Create your views here.