diff options
author | Dan McGee <dan@archlinux.org> | 2014-09-11 18:35:36 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2014-09-11 18:35:36 -0500 |
commit | 3e70c8107bda1194240f3269709be4ff3291e182 (patch) | |
tree | 887dd65b79ca1e5baf8c63a684ca4e6a09e3ad1d | |
parent | b041219dec90b39151278e5c786b4211d65a6ac7 (diff) |
Remove now unnecessary empty models.py files
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r-- | public/models.py | 1 | ||||
-rw-r--r-- | retro/models.py | 0 | ||||
-rw-r--r-- | visualize/models.py | 0 |
3 files changed, 0 insertions, 1 deletions
diff --git a/public/models.py b/public/models.py deleted file mode 100644 index 3668574e..00000000 --- a/public/models.py +++ /dev/null @@ -1 +0,0 @@ -# Needed for django to recognize this as an app for testing diff --git a/retro/models.py b/retro/models.py deleted file mode 100644 index e69de29b..00000000 --- a/retro/models.py +++ /dev/null diff --git a/visualize/models.py b/visualize/models.py deleted file mode 100644 index e69de29b..00000000 --- a/visualize/models.py +++ /dev/null |