Add missing __init__.py files

Issue: HIC-261
Change-Id: Ie4fa2d3f66d75dcda0c4afdaaafcc38a2b8411c4
diff --git a/crashreport_stats/static/__init__.py b/crashreport_stats/static/__init__.py
new file mode 100644
index 0000000..57c7573
--- /dev/null
+++ b/crashreport_stats/static/__init__.py
@@ -0,0 +1 @@
+"""Hiccup page static files."""
diff --git a/crashreport_stats/static/crashreport_stats/__init__.py b/crashreport_stats/static/crashreport_stats/__init__.py
new file mode 100644
index 0000000..020aace
--- /dev/null
+++ b/crashreport_stats/static/crashreport_stats/__init__.py
@@ -0,0 +1 @@
+"""Hiccup statistics pages statics files."""
diff --git a/crashreport_stats/templates/__init__.py b/crashreport_stats/templates/__init__.py
new file mode 100644
index 0000000..48488ca
--- /dev/null
+++ b/crashreport_stats/templates/__init__.py
@@ -0,0 +1 @@
+"""Django templates for crashreport statistics."""
diff --git a/crashreport_stats/templates/crashreport_stats/__init__.py b/crashreport_stats/templates/crashreport_stats/__init__.py
new file mode 100644
index 0000000..6ed5985
--- /dev/null
+++ b/crashreport_stats/templates/crashreport_stats/__init__.py
@@ -0,0 +1 @@
+"""Django templates for crashreport statistics pages."""
diff --git a/crashreport_stats/templates/crashreport_stats/tags/__init__.py b/crashreport_stats/templates/crashreport_stats/tags/__init__.py
new file mode 100644
index 0000000..7d1943b
--- /dev/null
+++ b/crashreport_stats/templates/crashreport_stats/tags/__init__.py
@@ -0,0 +1 @@
+"""Django templates for crashreport statistics pages tags."""
diff --git a/crashreport_stats/templates/registration/__init__.py b/crashreport_stats/templates/registration/__init__.py
new file mode 100644
index 0000000..60c3239
--- /dev/null
+++ b/crashreport_stats/templates/registration/__init__.py
@@ -0,0 +1 @@
+"""Django templates for crashreport statistics login page."""
diff --git a/hiccup/templates/__init__.py b/hiccup/templates/__init__.py
new file mode 100644
index 0000000..7361459
--- /dev/null
+++ b/hiccup/templates/__init__.py
@@ -0,0 +1 @@
+"""Django templates for hiccup main page."""
diff --git a/hiccup/templates/account/__init__.py b/hiccup/templates/account/__init__.py
new file mode 100644
index 0000000..2498668
--- /dev/null
+++ b/hiccup/templates/account/__init__.py
@@ -0,0 +1 @@
+"""Django templates for hiccup account page."""