From f315823dcd0579abf5208505d6779c2991e3a162 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Mon, 7 Nov 2016 09:10:24 -0500 Subject: [PATCH] update url rules --- contrib/frontends/django/nntpchan/nntpchan/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/frontends/django/nntpchan/nntpchan/urls.py b/contrib/frontends/django/nntpchan/nntpchan/urls.py index 63b5bde..858c591 100644 --- a/contrib/frontends/django/nntpchan/nntpchan/urls.py +++ b/contrib/frontends/django/nntpchan/nntpchan/urls.py @@ -21,5 +21,5 @@ from . import views urlpatterns = [ url(r'^webhook$', views.webhook), - url(r'', include('nntpchan.frontend.urls')) + url(r'^nntpchan/', include('nntpchan.frontend.urls')) ] + static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)