diff --git a/opentech/public/projects/admin.py b/opentech/public/projects/admin.py deleted file mode 100644 index 8c38f3f3dad51e4585f3984282c2a4bec5349c1e..0000000000000000000000000000000000000000 --- a/opentech/public/projects/admin.py +++ /dev/null @@ -1,3 +0,0 @@ -from django.contrib import admin - -# Register your models here. diff --git a/opentech/public/projects/tests.py b/opentech/public/projects/tests.py deleted file mode 100644 index a79ca8be565f44aacce95bad20c1ee34d175ed20..0000000000000000000000000000000000000000 --- a/opentech/public/projects/tests.py +++ /dev/null @@ -1,3 +0,0 @@ -# from django.test import TestCase - -# Create your tests here.