Commit 98ceaacf authored by Karlo Cabugwang's avatar Karlo Cabugwang

fixed errors in urls.py in thegoodplace

parent 15a6ee0d
......@@ -18,5 +18,5 @@ from django.contrib import admin
urlpatterns = [
url(r'^admin/', admin.site.urls),
url(r'', include(froyo.urls))
url(r'', include('froyo.urls'))
]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment