On Sat, 2006-09-30 at 19:18 +0400, Ivan Sagalaev wrote:
> Marco Amato wrote:
> > and URL.py
> >
> > ###
> > from django.conf.urls.defaults import *
> >
> > urlpatterns = patterns('',
> > # Example:
> > (r'^base/$', include('test.selecto.views')),
> >
> > # Uncomment this fo
Marco Amato wrote:
> and URL.py
>
> ###
> from django.conf.urls.defaults import *
>
> urlpatterns = patterns('',
> # Example:
> (r'^base/$', include('test.selecto.views')),
>
> # Uncomment this for admin:
> (r'^admin/$', include('django.contrib.admin.urls')),
> )
> ###
2 matches
Mail list logo