Welcome to the framework and group!
What you describe is not so difficult to achieve, but if someone writes a
simple app for you, you will not have really made any progress for
yourself as a developer.
I suggest that you first familiarize yourself with the book
www.web2py.com/book, check o
One idea included in the framework is this:
http://www.web2py.com/books/default/chapter/29/14/other-recipes?search=expose#Publishing-a-folder
On Saturday, 12 December 2020 at 17:37:46 UTC veron.p...@gmail.com wrote:
>
> Hello i'm new to web2py , and it is really a fabulous framework. From the
It is possible that you do not have a .table file in the databases folder,
but yet the db.auth_user table already does exist in your database.
The solution to that problem is usually to use fake_migrate to generate a
corresponding table file. This can be found referenced in the book. Hope
t
The framework is compatible with both.
However, your own code may only be compatible with one or the other -
that's up to you.
Once you get to know what the differences are, you can scan the code pretty
easily yourself. Still, the 2to3 is helpful if you have lots of code.
One simplistic approa
4 matches
Mail list logo