> I had my project in an apache directory so maybe it has something to
> do with permissions.
Quoted from the Django Tutorial:
If your background is in PHP, you’re probably used to putting code
under the Web server’s document root (in a place such as /var/www).
With Django, you don’t do that. It
I am having the same error. Note: A month into learning Python also.
I just did this:
pydoc -w /usr/local/google_appengine/lib/django/django/core/
urlresolvers.py
outputs a nice html file:
urlresolvers.html
And in it is a link to the source code viewed in the web browser.
Python rocks.
Now if I ca
2 matches
Mail list logo