Skip to content

Commit

Permalink
Add result url
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsisazevedo committed Jul 31, 2011
1 parent 2a5b665 commit 61bd3b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manouche_us/urls.py
Expand Up @@ -10,6 +10,7 @@
url(r"^$", include('project.urls')),
url(r'^admin/', include(admin.site.urls)),
url(r"^wait/$", TemplateView.as_view(template_name="project/wait.html"), name="wait"),
url(r"^(?P<project_id>[\d]+)/result/$", 'project.views.analyze_project', name='analyze'),
)

urlpatterns += staticfiles_urlpatterns()

0 comments on commit 61bd3b8

Please sign in to comment.