Attempt to fix. Migration are not running... DB is empty when tosca.run is called
diff --git a/xos/core/__init__.py b/xos/core/__init__.py
index ecadf74..e01f9cd 100644
--- a/xos/core/__init__.py
+++ b/xos/core/__init__.py
@@ -1 +1 @@
-from tests import *
+# from tests import *
diff --git a/xos/core/tests.py b/xos/core/tests.py
index 4952186..63e39d5 100644
--- a/xos/core/tests.py
+++ b/xos/core/tests.py
@@ -8,7 +8,7 @@
 
 from core.models import *
 
-print "Let's test!!!!!!!!"
+print "-------------------------- Let's test!!!!!!!! --------------------------"
 
 
 # Environment Tests - Should pass everytime, if not something in the config is broken.
diff --git a/xos/manage.py b/xos/manage.py
index 5d09794..5d2632f 100644
--- a/xos/manage.py
+++ b/xos/manage.py
@@ -3,6 +3,7 @@
 import sys
 
 if __name__ == "__main__":
+    # os.chdir('..')  # <<<---This is what you want to add
     os.environ.setdefault("DJANGO_SETTINGS_MODULE", "xos.settings")
 
     from django.core.management import execute_from_command_line