randall@randall-VirtualBox3:~$ cd triton/triton
randall@randall-VirtualBox3:~/triton/triton$ source env/bin/activate
(env) randall@randall-VirtualBox3:~/triton/triton$ python manage.py runserver
/home/randall/triton/triton/env/local/lib/python2.7/site-packages/django/db/models/base.py:325: RuntimeWarning: Model 'main.jobfile' was already registered. Reloading models is not advised as it can lead to inconsistencies, most notably with related models.
 new_class._meta.apps.register_model(new_class._meta.app_label, new_class)
/home/randall/triton/triton/env/local/lib/python2.7/site-packages/django/db/models/base.py:325: RuntimeWarning: Model 'main.jobfile' was already registered. Reloading models is not advised as it can lead to inconsistencies, most notably with related models.
 new_class._meta.apps.register_model(new_class._meta.app_label, new_class)
Performing system checks...
Unhandled exception in thread started by <function wrapper at 0x7efcdd5b5410>
Traceback (most recent call last):
 File "/home/randall/triton/triton/env/local/lib/python2.7/site-packages/django/utils/autoreload.py", line 228, in wrapper
  fn(*args, **kwargs)
 File "/home/randall/triton/triton/env/local/lib/python2.7/site-packages/django/core/management/commands/runserver.py", line 125, in inner_run
  self.check(display_num_errors=True)
 File "/home/randall/triton/triton/env/local/lib/python2.7/site-packages/django/core/management/base.py", line 359, in check
  include_deployment_checks=include_deployment_checks,
 File "/home/randall/triton/triton/env/local/lib/python2.7/site-packages/django/core/management/base.py", line 346, in _run_checks
  return checks.run_checks(**kwargs)
 File "/home/randall/triton/triton/env/local/lib/python2.7/site-packages/django/core/checks/registry.py", line 81, in run_checks
  new_errors = check(app_configs=app_configs)
 File "/home/randall/triton/triton/env/local/lib/python2.7/site-packages/django/core/checks/urls.py", line 16, in check_url_config
  return check_resolver(resolver)
 File "/home/randall/triton/triton/env/local/lib/python2.7/site-packages/django/core/checks/urls.py", line 26, in check_resolver
  return check_method()
 File "/home/randall/triton/triton/env/local/lib/python2.7/site-packages/django/urls/resolvers.py", line 254, in check
  for pattern in self.url_patterns:
 File "/home/randall/triton/triton/env/local/lib/python2.7/site-packages/django/utils/functional.py", line 35, in __get__
  res = instance.__dict__[self.name] = self.func(instance)
 File "/home/randall/triton/triton/env/local/lib/python2.7/site-packages/django/urls/resolvers.py", line 405, in url_patterns
  patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
 File "/home/randall/triton/triton/env/local/lib/python2.7/site-packages/django/utils/functional.py", line 35, in __get__
  res = instance.__dict__[self.name] = self.func(instance)
 File "/home/randall/triton/triton/env/local/lib/python2.7/site-packages/django/urls/resolvers.py", line 398, in urlconf_module
  return import_module(self.urlconf_name)
 File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
  __import__(name)
 File "/home/randall/triton/triton/triton/urls.py", line 4, in <module>
  from main.views import *
 File "/home/randall/triton/triton/main/views.py", line 22, in <module>
  import cloudstorage as gcs                                                                                                                         Â
 File "/home/randall/triton/triton/triton/../lib/cloudstorage/__init__.py", line 20, in <module>                                                                                       Â
  from .api_utils import RetryParams                                                                                                                     Â
 File "/home/randall/triton/triton/triton/../lib/cloudstorage/api_utils.py", line 51, in <module>                                                                                       Â
  from google.appengine.ext import ndb                                                                                                                    Â
 File "/home/randall/Downloads/google-cloud-sdk/platform/google_appengine/google/appengine/ext/ndb/__init__.py", line 22, in <module>                                                                     Â
  from tasklets import *                                                                                                                           Â
 File "/home/randall/Downloads/google-cloud-sdk/platform/google_appengine/google/appengine/ext/ndb/tasklets.py", line 85, in <module>                                                                     Â
  from .google_imports import apiproxy_stub_map                                                                                                               Â
 File "/home/randall/Downloads/google-cloud-sdk/platform/google_appengine/google/appengine/ext/ndb/google_imports.py", line 67, in <module>                                                                  Â
  from google.appengine.api.blobstore import blobstore as api_blobstore                                                                                                   Â
 File "/home/randall/Downloads/google-cloud-sdk/platform/google_appengine/google/appengine/api/blobstore/__init__.py", line 23, in <module>                                                                  Â
  from blobstore import *                                                                                                                          Â
 File "/home/randall/Downloads/google-cloud-sdk/platform/google_appengine/google/appengine/api/blobstore/blobstore.py", line 39, in <module>                                                                 Â
  from google.appengine.api import datastore                                                                                                                 Â
 File "/home/randall/Downloads/google-cloud-sdk/platform/google_appengine/google/appengine/api/datastore.py", line 63, in <module>                                                                      Â
  from google.appengine.datastore import datastore_query                                                                                                           Â
 File "/home/randall/Downloads/google-cloud-sdk/platform/google_appengine/google/appengine/datastore/datastore_query.py", line 65, in <module>                                                                Â
  from google.appengine.datastore import datastore_index                                                                                                           Â
 File "/home/randall/Downloads/google-cloud-sdk/platform/google_appengine/google/appengine/datastore/datastore_index.py", line 61, in <module>                                                                Â
  import yaml                                                                                                                                Â
ImportError: No module named yaml