[web2py] Re: PyCharm license for web2py dev - who wants?

2015-10-15 Thread Blutoh

 +1

On Sunday, October 11, 2015 at 3:21:16 PM UTC-4, Francisco Ribeiro wrote:
>
> Hello all,
>
> for those who know PyCharm is a great IDE from JetBrains that provides 
> free licenses for Open Source projects like web2py ( 
> https://www.jetbrains.com/buy/opensource/?product=pycharm ). To request 
> such a license, I need to know how many of you would want one of these as 
> well so I can provide them with a number of seats. 
>
> A "+1" response for me is enough but I will also need your email address 
> to send you the license key (which you can send on a private message).
>
> Kind regards,
> Francisco
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[web2py] cron @reboot entry for task queue

2015-09-23 Thread Blutoh

I have created a task queue that handles a service request because the 
operation takes about 4 to 6 minutes to complete, and returns messages and 
a file.
The task queue is working well when I start it manually.  I am now trying 
to create a cron @reboot entry so that the task queue will start when 
web2py starts, but I cannot get it to work.  The manual start for the queue 
is this:

 python web2py.py -S amlpoc -M -R 
applications/amlpoc/private/aml_service.py


For the cron entry I have tried:

  @reboot  root   web2py.py -S amlpoc2 -M -R 
applications/amlpoc/private/aml_service.py
  @reboot  root   -S amlpoc2 -M -R 
applications/amlpoc/private/aml_service.py
  @reboot  root   amlpoc2 -M -R 
applications/amlpoc/private/aml_service.py

but none of these seem to work.  Can I call the task queue directly like 
this, with parameters? If so, what am I missing?  If not, how should I make 
the call?

tnx,
blutoh

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[web2py] Re: web2py hosting services

2015-09-18 Thread Blutoh

OK guys,

I checked it out and it looks like Pythonanywhere and Webfaction are the 
only real web2py hosting games in town.  Thanks for the info, I got enough 
data to make my choice now.


Grtz,
Blutoh

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[web2py] web2py hosting services

2015-09-15 Thread Blutoh
Hi all,

Most of the threads I found regarding Hosting Services seem to be very old.
AFAIK, the only current hosting service is Pythonanywhere.  
I found this company, "Planet Host" (http://www.planethost.com/) but I 
don't get
any response to my inquiries regarding web2py, so I am not sure of they 
still
offer it.  I have found some services claim to support web2py, but really 
only
pay it lip service, and can't give the necessary configuration or support.

Are there any other hosting services out there I should know about?  I 
don't want 
to go thru many gyrations just to get web2py to work, I am looking for a 
service
that is "web2py aware" out of the box and knows how to properly support it.

Thanks,
Blutoh


-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[web2py] Re: Tutorial bootstrap+web2py

2015-08-02 Thread Blutoh

FWIW,  I have only been using web2py bout a month, but I have taken the 
approach of adding my own style sheet and linking it in the layout.html 
file.  In my style sheet I override the bootstrap and any other classes 
that I want to change (and only those classes).  When I have it to my 
satisfaction, I minify it and change the layout.html link to load the 
minified file.  

I would like to hear if this is a viable approach, or am I heading for 
trouble later on?

Thanks,
Blutoh

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
web2py-users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.