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
-~----------~----~----~----~------~----~------~--~---

Reply via email to