diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 634462d..626e6ad 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,7 +2,8 @@ - + + @@ -30,16 +31,16 @@ - + - + - + @@ -49,7 +50,11 @@ - + + + + + @@ -63,6 +68,15 @@ + + + + + + + + + @@ -81,21 +95,10 @@ - - - - - - - - - - - - + @@ -172,12 +175,12 @@ @@ -639,7 +642,7 @@ - + @@ -650,7 +653,7 @@ - + @@ -753,6 +756,18 @@ + + + + + + + + + + + + @@ -833,6 +848,18 @@ + + + + + + + + + + + + @@ -923,13 +950,6 @@ - - - - - - - @@ -972,18 +992,23 @@ - - - - - - - + + + + + + + + + + + + @@ -1016,23 +1041,41 @@ - - - - - - - - + + + + + - + + + + + + + + + + + + + + + + + + + + + + diff --git a/rockviewer.wsgi b/rockviewer.wsgi index 9585c11..54d0395 100644 --- a/rockviewer.wsgi +++ b/rockviewer.wsgi @@ -2,6 +2,6 @@ import os import sys # put the Django project on sys.path sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), "../"))) -os.environ["DJANGO_SETTINGS_MODULE"] = "rockviewer.settings" +os.environ["DJANGO_SETTINGS_MODULE"] = "rockviewer.settings.production" from django.core.handlers.wsgi import WSGIHandler application = WSGIHandler() \ No newline at end of file diff --git a/three_d_viewer/templates/three_d_viewer/base.html b/three_d_viewer/templates/three_d_viewer/base.html index aeb7f33..c53274a 100644 --- a/three_d_viewer/templates/three_d_viewer/base.html +++ b/three_d_viewer/templates/three_d_viewer/base.html @@ -34,7 +34,7 @@
  • Practice
  • -
  • Self Test
  • +
  • Rocks