Instructions in the manual chapter called "Overview": "Using appadmin create a group "manager" and make some users members of the group. They will be able to access
http://127.0.0.1:8000/images/default/manage" I don't know what this means. I can get to appadmin: http://127.0.0.1:8000/images/appadmin where I see a list of existing tables: db.image <http://127.0.0.1:8000/images/appadmin/select/db?query=db.image.id%3E0> db.post <http://127.0.0.1:8000/images/appadmin/select/db?query=db.post.id%3E0> db.auth_user <http://127.0.0.1:8000/images/appadmin/select/db?query=db.auth_user.id%3E0> db.auth_group <http://127.0.0.1:8000/images/appadmin/select/db?query=db.auth_group.id%3E0> db.auth_membership <http://127.0.0.1:8000/images/appadmin/select/db?query=db.auth_membership.id%3E0> db.auth_permission <http://127.0.0.1:8000/images/appadmin/select/db?query=db.auth_permission.id%3E0> db.auth_event <http://127.0.0.1:8000/images/appadmin/select/db?query=db.auth_event.id%3E0> db.auth_cas <http://127.0.0.1:8000/images/appadmin/select/db?query=db.auth_cas.id%3E0> I have already made three users and I assume one should be made manager and the others members, but do I make a new table for this or use db.auth_group? I know a little sql and a little python, but very very newbie. I have considerable familiarity with html, css, and was getting pretty deep into beginner javascript when I decided php was not for me and switched to python, which eventually led me to web2py since other avenues seemed not promising for my high level of inexperience. http://web2py.com/books/default/chapter/29/3#An-image-blog -- 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 Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

