Merge pull request #16256 from edx/bmedx/django111_models_and_migrations_cleanup

Remove empty models.py files
This commit is contained in:
Brian Mesick
2017-10-18 09:03:32 -04:00
committed by GitHub
8 changed files with 0 additions and 17 deletions

View File

@@ -1,4 +0,0 @@
"""
A models.py is required to make this an app (until we move to Django 1.7)
"""

View File

@@ -1 +0,0 @@
""" This file is intentionally empty. """

View File

@@ -1 +0,0 @@
# Create your models here.

View File

@@ -1,3 +0,0 @@
"""
A models.py is required to make this an app (until we move to Django 1.7)
"""

View File

@@ -1 +0,0 @@
# Django requires this module.

View File

@@ -1 +0,0 @@
# Create your models here.

View File

@@ -1,3 +0,0 @@
"""
Models for the student support app.
"""

View File

@@ -1,3 +0,0 @@
"""
A models.py is required to make this an app (until we move to Django 1.7)
"""