Remove empty models.py files

This commit is contained in:
bmedx
2017-10-17 16:21:21 -04:00
parent 1dc9b1194f
commit 763fa4de99
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)
"""