in web2py we I created a new application called imageblog and in models on
default I have 2 models :
db.py
menu.py
coffee.py #this is new one created by me in models i made some tables
inside this too
and if I use the url
http://127.0.0.1:8000/imageblog/appadmin/
I can see the appadmin of the db.py model but my question is I created
another model called
coffee.py how can I open coffee.py in appadmin?
I tried:
http://127.0.0.1:8000/imageblog/coffee/appadmin
I get output as : "invalid function (coffee/appadmin)"
but no luck.
Is appadmin only available for db.py ???
--
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/groups/opt_out.