Skip to content

Commit

Permalink
[#37] Modified urls.py - apostrophe
Browse files Browse the repository at this point in the history
  • Loading branch information
dorotawm committed Mar 26, 2015
1 parent 062d47d commit afc3923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sandbox/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

urlpatterns = patterns('',
url(r'^admin/', include(admin.site.urls)),
url(r'^$', TemplateView.as_view(template_name='index.html'), name="home"),
url(r'^$', TemplateView.as_view(template_name='index.html'), name='home'),
url(r'^accounts/', include('accounts.urls', namespace='accounts')),
url(r'^places/', include('places.urls', namespace='places'))
)

0 comments on commit afc3923

Please sign in to comment.