Re: Python NoReverseMatch when Viewing the Page

2016-06-18 Thread James Schneider
On Jun 17, 2016 12:06 PM, "'antanas skiudulas' via Django users" < django-users@googlegroups.com> wrote: > > I'm a newbie trying to make a wiki page with Django, however, I keep running into this very annoying problem: > > NoReverseMatch at /wiki/page/Start/ Reverse for '' with arguments '()' and k

Re: Python NoReverseMatch when Viewing the Page

2016-06-18 Thread ludovic coues
Can you post the INSTALLED_APPS part of your settings.py ? 2016-06-17 21:01 GMT+02:00 'antanas skiudulas' via Django users : > I'm a newbie trying to make a wiki page with Django, however, I keep running > into this very annoying problem: > > NoReverseMatch at /wiki/page/Start/ Reverse for '' with

Python NoReverseMatch when Viewing the Page

2016-06-17 Thread 'antanas skiudulas' via Django users
I'm a newbie trying to make a wiki page with Django, however, I keep running into this very annoying problem: NoReverseMatch at /wiki/page/Start/ Reverse for '' with arguments '()' and keyword arguments '{}' not found. 0 pattern(s) tried: [] Sites urls.py urlpatterns = [ url(r'^admin