Re: No module named views, Django tutorial

2008-04-23 Thread the devel
> 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

Re: No module named views, Django tutorial

2008-04-22 Thread lancemiller777
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