Reputation: 2134
I am trying to create a web2py app from command line with -S ... However, I would like to create an app without the "No app, Create one?" question. Is there someway I can create it in a forceful manner.
I have tried app_create() from gluon.admin but there I face the problem of the Request argument. None value for request doesn't seem to work.
Help would really be appreciated. Thanks!
Upvotes: 1
Views: 1096
Reputation: 2972
I see Massimo Di Pierro answered your question here.
Although it is not what you asked about, I'd like to add this answer to hopefully help those who come here for a related problem. I.E. how to create a new web2py app WITHOUT browser IDE, in windows?
Notice in the web2py book chapter 4 it says, "The tar gzipped scaffolding app that ship with web2py is welcome.w2p". Therefore:
Upvotes: 1