Re: problem to solving URL

2006-09-30 Thread Malcolm Tredinnick
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

Re: problem to solving URL

2006-09-30 Thread Ivan Sagalaev
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')), > ) > ###