Flavio,
Have you recently updated your django using svn ? I had the same
problem because there was a 'urls' directory with some .pyc files in
django/contrib/admin (there should only be a urls.py, no directory).
Deleting the urls directory fixed it.
I hope this helps,
Graham.
[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
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---