diff --git a/blindspotapp/templates/getinfo.html b/blindspotapp/templates/getinfo.html index d84442f..70878aa 100644 --- a/blindspotapp/templates/getinfo.html +++ b/blindspotapp/templates/getinfo.html @@ -11,6 +11,8 @@

VIEW

+ +

Result Table:

@@ -290,4 +292,4 @@

-{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/main/settings.py b/main/settings.py index 8538efe..ddd44fc 100644 --- a/main/settings.py +++ b/main/settings.py @@ -29,6 +29,9 @@ ALLOWED_HOSTS = [] +SECURE_SSL_REDIRECT = True # https needed for Airtable API +# If True, the SecurityMiddleware redirects all non-HTTPS requests to HTTPS (except for those URLs matching +# a regular expression listed in SECURE_REDIRECT_EXEMPT). # Application definition @@ -130,4 +133,4 @@ STATIC_URL = '/static/' -django_heroku.settings(locals()) \ No newline at end of file +django_heroku.settings(locals())