the problem is the dollar sign at the end of the expression, get rid of it

On 5/10/06, Vladimir Pouzanov <[EMAIL PROTECTED]> wrote:
>
> epigrassWeb/databaseImport.py should contain:
> urlpatterns = (
> ... module-specific URLs ...
> )
>
> On 5/10/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> >
> > hi,
> >
> > I am just starting up with django and got stuck in this error when I
> > try to access my app url. the admin url works fine.
> >
> > here is my urls.py:
> >
> > from django.conf.urls.defaults import *
> >
> > urlpatterns = patterns('',
> >     # Example:
> > (r'^databaseImport/$', include('epigrassWeb.databaseImport')),
> >
> >         # Uncomment this for admin:
> >      (r'^admin/', include('django.contrib.admin.urls.admin')),
> > )
> >
> >
> > thanks,
> >
> > Flávio
> >
> >
> > >
> >
>
>
> --
> Sincerely,
> Vladimir "Farcaller" Pouzanov
> http://www.hackndev.com
>
> >
>


--
Honza Král
E-Mail: [EMAIL PROTECTED]
ICQ#:   107471613
Phone:  +420 606 678585

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to