I'd do this:

1. create a new app called my_first_app, through the admin interface.

2. modify controller/default.py: replace index function with, def
index(): return dict()

3. replace view/default/index.html with your static file.

4. place your css file in static/, and modify index.html to  point to
it.




On Jan 21, 8:30 am, stargate <[email protected]> wrote:
> Lets say i have created a static page using XHTML and css.  How do I
> integrate it into web2py.  Basically i am toying to learn a new
> language coming from a PHP background.
>
> I can't find  a getting started with web2py like integrating a
> existing design and apply server side web2py database elements to it.

Reply via email to