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