)
urlpatterns += patterns('',
url(r'^$', 'tacobakedotnet.dotnet_forms.views.home'),
url(r'^admin/', include(admin.site.urls)), <--- had a $ here
url(r'^(\S+)/(\S+)', 'tacobakedotnet.dotnet_forms.views.home'),
On Wed
Yes, and this is a little embarrassing I was missing a line from the
debugging output.
/home/tacobake/Source Code/Python
(Komodo)/tacobakedotnet/../tacobakedotnet/dotnet_forms/views.py in home
1.
article = Article.objects.get(menu__menu_title = menu,
article_title__start
19:18, Scott Somers wrote:
>
> > My urls
> >
> > urlpatterns = patterns('',
> > (r'^media/(?P.*)$', 'django.views.static.serve',
> {'document_root': settings.MEDIA_ROOT }),
> > )
> >
> > urlpatterns
So I don't normally spam forums/ mailing lists etc for help but I really
screwed something up. Basically when I try and access my admin site, for
example:
DoesNotExist at /admin/auth/group/
Article matching query does not exist.
DoesNotExist at /admin/dotnet_forms/article/
Article matching q
4 matches
Mail list logo