diff --git a/stude/accounts/tests.py b/stude/accounts/tests.py deleted file mode 100644 index 7ce503c..0000000 --- a/stude/accounts/tests.py +++ /dev/null @@ -1,3 +0,0 @@ -from django.test import TestCase - -# Create your tests here. diff --git a/stude/accounts/views.py b/stude/accounts/views.py deleted file mode 100644 index 91ea44a..0000000 --- a/stude/accounts/views.py +++ /dev/null @@ -1,3 +0,0 @@ -from django.shortcuts import render - -# Create your views here. diff --git a/stude/student_status/tests.py b/stude/student_status/tests.py deleted file mode 100644 index 7ce503c..0000000 --- a/stude/student_status/tests.py +++ /dev/null @@ -1,3 +0,0 @@ -from django.test import TestCase - -# Create your tests here. diff --git a/stude/student_status/views.py b/stude/student_status/views.py deleted file mode 100644 index 91ea44a..0000000 --- a/stude/student_status/views.py +++ /dev/null @@ -1,3 +0,0 @@ -from django.shortcuts import render - -# Create your views here.