Delete all apps.py files

Project specific configuration is not being used. The files are
superfluous.

Issue: HIC-170
Change-Id: Ic783722ae9945e51984ff4c95385f13aef808cb5
diff --git a/crashreport_stats/apps.py b/crashreport_stats/apps.py
deleted file mode 100644
index 07dd518..0000000
--- a/crashreport_stats/apps.py
+++ /dev/null
@@ -1,5 +0,0 @@
-from django.apps import AppConfig
-
-
-class CrashreportStatsConfig(AppConfig):
-    name = "crashreport_stats"
diff --git a/crashreports/apps.py b/crashreports/apps.py
deleted file mode 100644
index dacae51..0000000
--- a/crashreports/apps.py
+++ /dev/null
@@ -1,7 +0,0 @@
-from __future__ import unicode_literals
-
-from django.apps import AppConfig
-
-
-class crashreportsConfig(AppConfig):
-    name = "crashreports"
diff --git a/hiccup/apps.py b/hiccup/apps.py
deleted file mode 100644
index dacae51..0000000
--- a/hiccup/apps.py
+++ /dev/null
@@ -1,7 +0,0 @@
-from __future__ import unicode_literals
-
-from django.apps import AppConfig
-
-
-class crashreportsConfig(AppConfig):
-    name = "crashreports"