From 763fa4de99ea3a757d53138216efca7352d40690 Mon Sep 17 00:00:00 2001 From: bmedx Date: Tue, 17 Oct 2017 16:21:21 -0400 Subject: [PATCH] Remove empty models.py files --- common/djangoapps/enrollment/models.py | 4 ---- lms/djangoapps/course_structure_api/models.py | 1 - lms/djangoapps/debug/models.py | 1 - lms/djangoapps/discussion_api/models.py | 3 --- lms/djangoapps/notifier_api/models.py | 1 - lms/djangoapps/staticbook/models.py | 1 - lms/djangoapps/support/models.py | 3 --- openedx/core/djangoapps/auth_exchange/models.py | 3 --- 8 files changed, 17 deletions(-) delete mode 100644 common/djangoapps/enrollment/models.py delete mode 100644 lms/djangoapps/course_structure_api/models.py delete mode 100644 lms/djangoapps/debug/models.py delete mode 100644 lms/djangoapps/discussion_api/models.py delete mode 100644 lms/djangoapps/notifier_api/models.py delete mode 100644 lms/djangoapps/staticbook/models.py delete mode 100644 lms/djangoapps/support/models.py delete mode 100644 openedx/core/djangoapps/auth_exchange/models.py diff --git a/common/djangoapps/enrollment/models.py b/common/djangoapps/enrollment/models.py deleted file mode 100644 index 3f0363134b..0000000000 --- a/common/djangoapps/enrollment/models.py +++ /dev/null @@ -1,4 +0,0 @@ -""" -A models.py is required to make this an app (until we move to Django 1.7) - -""" diff --git a/lms/djangoapps/course_structure_api/models.py b/lms/djangoapps/course_structure_api/models.py deleted file mode 100644 index 0ef6cb32f6..0000000000 --- a/lms/djangoapps/course_structure_api/models.py +++ /dev/null @@ -1 +0,0 @@ -""" This file is intentionally empty. """ diff --git a/lms/djangoapps/debug/models.py b/lms/djangoapps/debug/models.py deleted file mode 100644 index 6b20219993..0000000000 --- a/lms/djangoapps/debug/models.py +++ /dev/null @@ -1 +0,0 @@ -# Create your models here. diff --git a/lms/djangoapps/discussion_api/models.py b/lms/djangoapps/discussion_api/models.py deleted file mode 100644 index d2e8572729..0000000000 --- a/lms/djangoapps/discussion_api/models.py +++ /dev/null @@ -1,3 +0,0 @@ -""" -A models.py is required to make this an app (until we move to Django 1.7) -""" diff --git a/lms/djangoapps/notifier_api/models.py b/lms/djangoapps/notifier_api/models.py deleted file mode 100644 index 3661c2f0ae..0000000000 --- a/lms/djangoapps/notifier_api/models.py +++ /dev/null @@ -1 +0,0 @@ -# Django requires this module. diff --git a/lms/djangoapps/staticbook/models.py b/lms/djangoapps/staticbook/models.py deleted file mode 100644 index 6b20219993..0000000000 --- a/lms/djangoapps/staticbook/models.py +++ /dev/null @@ -1 +0,0 @@ -# Create your models here. diff --git a/lms/djangoapps/support/models.py b/lms/djangoapps/support/models.py deleted file mode 100644 index 7b54f0f4da..0000000000 --- a/lms/djangoapps/support/models.py +++ /dev/null @@ -1,3 +0,0 @@ -""" -Models for the student support app. -""" diff --git a/openedx/core/djangoapps/auth_exchange/models.py b/openedx/core/djangoapps/auth_exchange/models.py deleted file mode 100644 index d2e8572729..0000000000 --- a/openedx/core/djangoapps/auth_exchange/models.py +++ /dev/null @@ -1,3 +0,0 @@ -""" -A models.py is required to make this an app (until we move to Django 1.7) -"""