7779544a249575ac1d472f5ab7c0c7c56ac91003
kent
  Thu Aug 29 16:54:41 2019 -0700
First committed cut of Human Cell Atlas Tracker (HCAT) - a Django based relational database and webworks aimed at helping track progress of projects being imported into the HCA-DCP.

diff --git src/hca/hcat/mysite/hcat/apps.py src/hca/hcat/mysite/hcat/apps.py
new file mode 100644
index 0000000..5fc4b15
--- /dev/null
+++ src/hca/hcat/mysite/hcat/apps.py
@@ -0,0 +1,5 @@
+from django.apps import AppConfig
+
+
+class HcatConfig(AppConfig):
+    name = 'hcat'