diff --git a/.idea/workspace.xml b/.idea/workspace.xml index d4a8234..78bbd8d 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,7 +2,8 @@ - + + @@ -513,14 +514,13 @@ - - + @@ -710,16 +710,6 @@ - - - - - - - - - - @@ -739,12 +729,22 @@ - + + + + + + + + + + + \ No newline at end of file diff --git a/conversion/__pycache__/views.cpython-36.pyc b/conversion/__pycache__/views.cpython-36.pyc index 6531e67..a8c5378 100644 Binary files a/conversion/__pycache__/views.cpython-36.pyc and b/conversion/__pycache__/views.cpython-36.pyc differ diff --git a/cs2610hw7/__pycache__/urls.cpython-36.pyc b/cs2610hw7/__pycache__/urls.cpython-36.pyc index 77f0b45..561d2d1 100644 Binary files a/cs2610hw7/__pycache__/urls.cpython-36.pyc and b/cs2610hw7/__pycache__/urls.cpython-36.pyc differ diff --git a/cs2610hw7/urls.py b/cs2610hw7/urls.py index f444b02..0984635 100644 --- a/cs2610hw7/urls.py +++ b/cs2610hw7/urls.py @@ -20,6 +20,7 @@ from django.urls import path, include urlpatterns = [ path('admin/', admin.site.urls), path('index/', include('main.urls')), + path('', include('main.urls')), path('conversion/', include('conversion.urls')), path('init/', include('conversion.urls')),