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) -"""