Remove unnecessary models.py file (#6142)

Since Django 1.7, an empty models.py file is not required.

See
https://docs.djangoproject.com/en/dev/releases/1.7/#app-loading-refactor

> It is possible to omit models.py entirely if an application doesn’t
> have any models.
This commit is contained in:
Jon Dufresne 2018-08-28 00:51:28 -07:00 committed by Carlton Gibson
parent c4b068cfd3
commit 468cdd16ed

View File

@ -1 +0,0 @@
# Just to keep things like ./manage.py test happy