Hi guys, can anyone please explain to me how the .exe option under pack
custom works? I have tried it and after packaging and unzipping the zipped
folder I wasn't sure what is should be looking for.
Regards
Mostwanted
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
-
confirm is a built-in JS function. :-)
On Saturday, 5 January 2019 10:16:37 UTC-8, Weronika Swiechowicz wrote:
>
> I have the following buttons and form definitions:
>
> buttons=[INPUT(_type=*'button'*,
>
> _value=*'Upload Message**'*,
>
> _onclick=*"ret
Anybody wants to help
1) moving the scheduler and validator tests into pydal.
2) moving the template tests into gluon/packages/template/tests
3) create a gluon/packages/template/setup.py
Massimo
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2p
Hello,
I have an upload field in my form. It works fine when I run it on the same
machine as the web2py service. The issue comes when I run the service on
the server and the UI on a different machine. The issue is the fact that
existence of the file path I enter is checked on the server as oppo
I have the following buttons and form definitions:
buttons=[INPUT(_type=*'button'*,
_value=*'Upload Message**'*,
_onclick=*"return confirm('Confirm deletion of asset.
This will also remove asset from all groups.');"*),
INPUT(_type=*'submit'*,
I do not understand.
You disable an app by creating a DISABLED file in the app folder.
You can use the router to map different domains into different default apps.
You see to mapping one into app and one into disabled_app which I assumed
has the DISABLED file.
You cannot map addresses into defaul
If you are getting the error:
ImportError: cannot import name 'Cookie'
Either your are not installing the latest pydal or you have two versions (one
in Python site-packages?).
If you can import pydal from outside the web2py folder, then the problem is the
latter. Un-install it because it will
this is not normal. when you restart it should pick the tasks. Can you help
debug or share more info?
On Thursday, 3 January 2019 06:26:51 UTC-8, fiubarc wrote:
>
> Hello!
>
> I have configured the scheduler to start at server restart but it does not
> take the tasks that already exists in sche
Do not do this. The models are executed at every http call and you end up
with a longer and longer sys.path (memory leak).
The problem is with the module itself, it does not uses relative imports.
I recommend you put the module in web2py/site-packages
On Wednesday, 2 January 2019 02:49:56 UTC-8,
I never tryed fake migrate before but every time that I move an app to
another server first I put the app in the server then I delete everything
inside the database folder, then run the app via web browser (this create
the structure of the database)? then resotre the db backup and done app +
databa
10 matches
Mail list logo