On Oct 11, 6:55 am, Web2py Newbie
<swiawte...@garrifulio.mailexpire.com> wrote:
> Hi
> I have migrated an existing application onto web2py as a proof of
> concept and I'm looking at how I take it/web2py further.  The main
> things I'm wondering about are:
> * what's the right way to do logging in web2py?  My test server is
> running apache2/wsgi.

if you start from the scaffolding app just add

@auth.requires_login()

before every controller function that needs authentication. Everything
will be taken care of.

> * what's the right way to use svn (do I just import the whole web2py
> directory structure)?

In web2py/applications you can check-in and out individual
applications.

> * what's the right way to debug applications? python web2py.py -S ?

I just use the web2py tickets. Other people are more sophisticated
than me.

> * is Eric useable as an ide?

I think so. I never tried.

> * any traps for young players?
>
> Thanks in advance
>
> Brendan

Reply via email to