[web2py:38233] NameError: name 'auth' is not defined

2010-01-02 Thread joscha
Hello, I am new to web2py. I am trying to follow the documentation, but I cannot get the image blog example to work. I copied the lines into the db.py. If I select the database administration, I get the following traceback: Traceback (most recent call last): File "C:\Users\sharky\Documents\_MEI

[web2py:38245] Re: NameError: name 'auth' is not defined

2010-01-03 Thread joscha
nderstand. Can you point me to the image blog > example? > > When you edited db.py did you append the content or did you replace > it? > You are supposed to append it since db.py defines auth. > > On Jan 2, 3:49 pm, joscha wrote: > > > Hello, > > > I am new to