Initial commit.
diff --git a/hiccup/apps.py b/hiccup/apps.py
new file mode 100644
index 0000000..d651203
--- /dev/null
+++ b/hiccup/apps.py
@@ -0,0 +1,7 @@
+from __future__ import unicode_literals
+
+from django.apps import AppConfig
+
+
+class crashreportsConfig(AppConfig):
+    name = 'crashreports'