Hi,

I like the approach not start the application from scratch,
but to use the scaffolding application: db.py, layout.html, 
web2py_ajax.html.

To have good possibility to upgrade between web2py versions, it is good to 
do no or minimal changes to previous files.
So I try to make my own database model: db_model.py, isntead of change the 
db.py, and so on.
Some minimum changes in previous files are still neccesary - which is bad 
:( - but I mark them with some comments like ### my_patch ###.

My question is:
How (where) to properly call my javascript and my css files?

For own javascript it can be done inside the view inside the <body>, maybe 
on the top, and maybe with help of {{include...}}
Am I correct?

But what about own css layout? Is it possible to connect it outside of the 
files above? Lets say in own model file?

Maybe this will help to other people too.
Thanks.

-- 
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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to