Hi everyone,
i'm having a problem with an application i have migrated from a server
to another. I got the settings right and all, but i get this error:

Exception Type:         ViewDoesNotExist
Exception Value:        Could not import seoappsla.views. Error was: No
module named seoappsla.views

I believe this is coming from the urls.py:
urlpatterns = patterns('',
    # Example:
    # (r'^seoapp_sla/', include('seoapp_sla.foo.urls')),

    # Uncomment this for admin:
     (r'^admin/', include('django.contrib.admin.urls')),
     (r'^', 'seoappsla.views.index'),
     (r'^seoappsla/(?P<process_id>\d+)/$', 'seoappsla.views.detail'),
)

I don't really understand Django very well yet and i need this in a
hurry, please any suggestion we'll be welcome

THANKS !!!

--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to