On 7/18/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> I can access other pages in the doc area (ex: /admin/doc/filters/ or /
> admin/doc/tags/) but when I try to access the views documentation, I
> receive:

...snip...

>   SyntaxError at /admin/doc/views/
>   invalid syntax (views.py, line 39)
> """

Your best bet is to check your views to ensure that there are no
Python syntax errors, and your URLConf to ensure nothing's wrong in
there; if an error in one of those files causes problems building the
map of URLs to views or importing the views to get their
documentation, you'll see these sorts of errors.


-- 
"Bureaucrat Conrad, you are technically correct -- the best kind of correct."

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to