Just started web2py.
I got the above error at http://127.0.0.1:8000/wikidemo/default/index.
What am I doing wrong?
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Is
Just started web2py. Going thro' Massimo di Pierro's 5 lectures on you
tube. Making good progress, excited about the system and everything
working well. BUT, when I went back to it, today, I clicked on Admin (of
the welcome page) I got a long delay and then "403 FORBIDDEN". The page is
show
I searched the forum for this and found nothing since 2010.
Has anyone done it with success more recently.
If so help would be appreciated.
Thanks.
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.goog
The web2py book - Chapter 6 says:
*DAL Rows*
is the object returned by a database select. It can be thought of as a list
of Row rows:
rows = db(db.mytable.myfield != None).select()
*Row* contains field values.
for row in rows:
print row.myfield
Why does my code:
rows = db(db.auth_
4 matches
Mail list logo