You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Matt, it would be great to have a README for getting the cloud UI up and running for another OpenStack instance. I am not sure what settings are required within jasmin_cloud_site/settings.py but it would be nice to have some hints for sensible defaults. Cheers.
The text was updated successfully, but these errors were encountered:
RuntimeError: Model class django.contrib.contenttypes.models.ContentType doesn't declare an explicit app_label and isn't in an application in INSTALLED_APPS.
Traceback (most recent call last):
File "/home/ubuntu/jasmin-cloud/venv/lib/python3.6/site-packages/django/core/handlers/exception.py", line 34, in inner
response = get_response(request)
File "/home/ubuntu/jasmin-cloud/venv/lib/python3.6/site-packages/django/core/handlers/base.py", line 145, in _get_response
response = self.process_exception_by_middleware(e, request)
File "/home/ubuntu/jasmin-cloud/venv/lib/python3.6/site-packages/django/core/handlers/base.py", line 143, in _get_response
response = response.render()
File "/home/ubuntu/jasmin-cloud/venv/lib/python3.6/site-packages/django/template/response.py", line 105, in render
self.content = self.rendered_content
File "/home/ubuntu/jasmin-cloud/venv/lib/python3.6/site-packages/rest_framework/response.py", line 70, in rendered_content
ret = renderer.render(self.data, accepted_media_type, context)
File "/home/ubuntu/jasmin-cloud/venv/lib/python3.6/site-packages/rest_framework/renderers.py", line 723, in render
template = loader.get_template(self.template)
File "/home/ubuntu/jasmin-cloud/venv/lib/python3.6/site-packages/django/template/loader.py", line 19, in get_template
raise TemplateDoesNotExist(template_name, chain=chain)
django.template.exceptions.TemplateDoesNotExist: rest_framework/api.html
Hi Matt, it would be great to have a README for getting the cloud UI up and running for another OpenStack instance. I am not sure what settings are required within jasmin_cloud_site/settings.py but it would be nice to have some hints for sensible defaults. Cheers.
The text was updated successfully, but these errors were encountered: