No difference. The former allows you to specify which Python version to use
if you have more than one installed.
On Wednesday, 21 August 2013 01:04:16 UTC-5, Jayadevan M wrote:
>
> I am following the recipe to use a new instance of web2py along with ssh
> tunneling to access the web2py admin int
Thanks y'all.
On Thu, Jun 14, 2012 at 9:35 AM, Michele Comitini <
michele.comit...@gmail.com> wrote:
> Or use ssh to make a tunnel:
>
> ssh -L 18000:localhost:8000
>
> then access your web2py as:
> http://localhost:18000/admin
>
> mic
>
>
> 2012/6/14 Anthony :
> > Access it over HTTPS.
> >
> >
>
Or use ssh to make a tunnel:
ssh -L 18000:localhost:8000
then access your web2py as:
http://localhost:18000/admin
mic
2012/6/14 Anthony :
> Access it over HTTPS.
>
>
> On Thursday, June 14, 2012 10:12:54 AM UTC-4, dundee wrote:
>>
>> Hi all,
>>
>> I just realize that the admin interface in we
Access it over HTTPS.
On Thursday, June 14, 2012 10:12:54 AM UTC-4, dundee wrote:
>
> Hi all,
>
> I just realize that the admin interface in web2py is disabled in
> production mode. I though it would be available so I can securely manage
> all my tables (CRUD).
> I know there must be way to do
4 matches
Mail list logo