[web2py] Re: What happened to web2pyslices.com

2022-08-29 Thread Kenneth
I think this is the same: http://web2pyslices.pythonanywhere.com/home torsdag 18 augusti 2022 kl. 05:10:15 UTC+3 skrev JPlata: > Is there a mirror or archive lying around? > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source

[web2py] Re: Change Form Redirect URL depending on selection

2022-08-29 Thread Silvian Cedru
That would be my controller function I know it is totally wrong but dont know what tu put in there to be honest def add(): form = SQLFORM(db.projects, _name='form_add') if country in (countryt1) redirect(URL('view', vars=dict(countryt1=countryt1)) return locals()

[web2py] Re: Change Form Redirect URL depending on selection

2022-08-29 Thread Silvian Cedru
So lets say my array is called countryt1 and countryt2 i am not so sure how to write it in the to be honest cause I just tried a couple times if oyu have sometime could you write me the sample function and the if function goes int he controller correct ? if country in tier1_array:

[web2py] Re: Web2py deployment on a local so all computers in the network can acess it

2022-08-29 Thread Silvian Cedru
I will run it on a virtual server I think snide...@gmail.com schrieb am Montag, 29. August 2022 um 15:14:58 UTC+7: > On Wednesday, August 24, 2022 at 7:59:43 PM UTC-7 silvia...@gmail.com > wrote: > >> Thanks Tom I will try that >> >> Tom Clerckx schrieb am Mittwoch, 24. August 2022 um 16:53:30

[web2py] Re: Change Form Redirect URL depending on selection

2022-08-29 Thread Silvian Cedru
thanks I will give it a try and see if it works appreciate the help snide...@gmail.com schrieb am Montag, 29. August 2022 um 15:27:25 UTC+7: > On Sunday, August 28, 2022 at 7:50:27 PM UTC-7 silvia...@gmail.com wrote: > >> Actually I have 3 endpoints tier 1 tier 2 and tier 3 so example if >>

[web2py] Re: Change Form Redirect URL depending on selection

2022-08-29 Thread Dave S
On Sunday, August 28, 2022 at 7:50:27 PM UTC-7 silvia...@gmail.com wrote: > Actually I have 3 endpoints tier 1 tier 2 and tier 3 so example if > choosing Germany it should redirect to www.website/tier1.com if choosing > for example Viertnam it should redirect to www.website/tier3.com that is

[web2py] Re: Web2py deployment on a local so all computers in the network can acess it

2022-08-29 Thread Dave S
On Wednesday, August 24, 2022 at 7:59:43 PM UTC-7 silvia...@gmail.com wrote: > Thanks Tom I will try that > > Tom Clerckx schrieb am Mittwoch, 24. August 2022 um 16:53:30 UTC+7: > >> Not sure what information you're looking for. >> There is no dependency on having an internet connection to