You might be able to solve your problem by changing the name attribute
of your URL to include  "proyName":

url(r'^about/$', 'view_aboutPage', name='proyName.view_aboutPage'),
 
---------------

The error message is telling you exactly what it's looking for, after
all:

the error:
"Reverse for 'proyName.view_aboutPage' with arguments '()' and keyword
arguments '{}' not found."

I have solved most of my URL problems this way.

Cheers,
Kevin
--~--~---------~--~----~------------~-------~--~----~
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