I need to know how the urls work.

I  would get errors on all 3 pages plus the admin.

here is the error:

<class 'django.template.TemplateSyntaxError'>: Caught an exception
while rendering: Reverse for 'settings.contact-consultation-request'
with arguments '()' and keyword arguments '{}' not found. Original
Traceback (most recent call last): File "/home/aaron/websites/
Chillenvillen.com/apps/google_app_engine/mci-new2/common/zip-packages/
django-1.0.2.zip/django/template/debug.py", line 71, in render_node
File "/home/aaron/websites/Chillenvillen.com/apps/google_app_engine/
mci-new2/common/zip-packages/django-1.0.2.zip/django/template/
defaulttags.py", line 378, in render args=args, kwargs=kwargs) File "/
home/aaron/websites/Chillenvillen.com/apps/google_app_engine/mci-new2/
common/zip-packages/django-1.0.2.zip/django/core/urlresolvers.py",
line 254, in reverse File "/home/aaron/websites/Chillenvillen.com/apps/
google_app_engine/mci-new2/common/zip-packages/django-1.0.2.zip/django/
core/urlresolvers.py", line 243, in reverse NoReverseMatch: Reverse
for 'settings.contact-consultation-request' with arguments '()' and
keyword arguments '{}' not found.
      args = (u"Caught an exception while rendering: Reverse
for...uments '()' and keyword arguments '{}' not found.",)
      exc_info = (<class 'django.core.urlresolvers.NoReverseMatch'>,
NoReverseMatch("Reverse for 'settings.contact-co...nts '()' and
keyword arguments '{}' not found.",), <traceback object at 0xe519734>)
      message = u"Caught an exception while rendering: Reverse
for...uments '()' and keyword arguments '{}' not found."
      source = (<django.template.loader.LoaderOrigin object at
0xe52852c>, (894, 932))



when I change the url.py and take out contact.views  out of url.py.
then this error would disappear.
yet the forms would still not work.

I would get this error when I submit the forms:

'str' object is not callable

that's it. I don't know whats the problem. I asked in django's group
and not many people had any idea what's wrong.

Some told me to try this and that but it didn't work.

does anyone here know what could be the problem?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to