[web2py] Re: web2py wins an InfoWorld 2012 Technology of the Year Award

2012-01-10 Thread RAMKRISHAN BHATT BACK IN ACTION in bangalore
Congrats to all web2pyers . Its really motivate and feeling apriciated by 
the world. Thanks to massimo and all contributors for giving such great and 
flexible framwork.

[web2py] Re: GAE + Web2py

2011-11-29 Thread RAMKRISHAN BHATT BACK IN ACTION in bangalore
Thank you very much for your suggestion its working with us. Our team is 
able to develop such system now over web2py. Thanks to web2py ,because of 
that i am interdependent from application related resources like server 
,cloud,databases. 

[web2py] Re: access control(RBAC)

2011-11-08 Thread RAMKRISHAN BHATT BACK IN ACTION in bangalore
Use RBAC after referring book . Web2py having very good Roll 
based authentication and access control . Can you please define your 
problem in more precise manner .

[web2py] Re: GAE with database

2011-10-07 Thread RAMKRISHAN BHATT BACK IN ACTION in bangalore
Ohh great do we have any sample application with us. I guess here i
can get the ERP solution with GAE.

On Oct 7, 5:40 am, Massimo Di Pierro massimo.dipie...@gmail.com
wrote:
 Yes. Web2py supports this already.

 On Oct 7, 12:53 am, ramkrishan bhatt ramkrishan.bh...@gmail.com
 wrote:







  Hello
  Is'nt it good for web2py framwork also. can be use 
  thishttp://googlecode.blogspot.com/2011/10/google-cloud-sql-your-database...


[web2py] Re: Google Cloud SQL

2011-10-07 Thread RAMKRISHAN BHATT BACK IN ACTION in bangalore
Even I am also exited for that, You have already told me regarding GAE
+SQL(tested) but i could not understand. Day before yesterday i got
this information and i found my solution for ERP. Also along with that
Hangout API also i found good that also i want to use in my system.
 Massimo shell we have demo on hangout or skype and discuss on
webinar.

On Oct 6, 6:34 pm, Massimo Di Pierro massimo.dipie...@gmail.com
wrote:
 I guess this finally relieves me from the non-disclosure agreement ;-)

 web2py has already been running on GAE+SQL since March:

      http://web2py-tests.appspot.com/mysql/tests

 All web2py apps can now run GAE. Just use a connection string like:

     DAL('google:sql://gmailcom:web2pytests/guestbook')

 including:
 - migrations
 - all types of web2py queries (or, joins, like, etc.)
 - transactions

 By the week-end I will post a more detailed howto.
 If you have used web2py to build your apps, this is the moment it pays
 off.

 Massimo

 On Oct 6, 6:29 pm, pbreit pbreitenb...@gmail.com wrote:







 http://googlecode.blogspot.com/2011/10/google-cloud-sql-your-database...


[web2py] Re: table, grid, smartgrid, getting better

2011-09-25 Thread RAMKRISHAN BHATT BACK IN ACTION in bangalore
That would better if add Ajax Globel serch in that. I impressed with
the power table plug in search .

On Sep 24, 10:48 pm, Ivica Kralj ivicakr...@gmail.com wrote:
 Hi,

 I'm quite impressed with the features in this release (also it didn't break
 anything :) )

 Just a question for Martin or Bruno, or anybody who knows the answer
 regarding smartrgid/grid and Jquery UI themes application. I've spent few
 hours searching through this group and couldn't find  the answer.

 Are Jquery UI themes supported by default in grid/smartgrid (I know there
 was talk about this but no sure if it's implemented) and if not how to
 activate it? I've seen there is a patch, but again not sure if it was
 applied to latest release.

 I tried few variation, and I'm running out ideas (last option is to check
 the code, but posting this question here might be faster and beneficial to
 other users)

     grid=SQLFORM.smartgrid(db.person,jqueryui=True) ##wrong, do not use###

 For example in this demo Jquery UI css is used.

 http://labs.blouweb.com/web2pygrid/default/index?jqueryui=true

  div class=web2py_grid ui-widgetdiv cla...
 While in my app using smartgrid html looks like this

  div class=web2py_grid div cl...

 Thanks
 I

 On 24 August 2011 11:13, Bruno Rocha rochacbr...@gmail.com wrote: JqueryUI 
 Applied! (Any Theme fromhttp://jqueryui.com/themeroller)

  Take a look in attached screenshots (a patch is comming to Massimo's mail)


[web2py] Re: problem with gae deployment

2011-07-03 Thread RAMKRISHAN BHATT BACK IN ACTION in bangalore
actually i install 2.5 but still is not working after i install ubuntu
11.4 all problem is coming anyway thanks ..i'll try again.

On Jun 1, 5:38 am, José Luis Redrejo Rodríguez jredr...@debian.org
wrote:
 2011/6/1 ramkrishan bhatt ramkrishan.bh...@gmail.com:









  $ cd workspace/Running\ Project/
  ramkrishan@ramkrishan-Aspire-5740:~/workspace/Running Project$
  /home/ramkrishan/Downloads/Python-2.5.5/./python
  google_appengine/dev_appserver.py coporategift/web2py/
  Traceback (most recent call last):
    File google_appengine/dev_appserver.py, line 76, in module
      run_file(__file__, globals())
    File google_appengine/dev_appserver.py, line 72, in run_file
      execfile(script_path, globals_)
    File /home/ramkrishan/workspace/Running
  Project/google_appengine/google/appengine/tools/dev_appserver_main.py, line
  146, in module
      from google.appengine.tools import appcfg
    File /home/ramkrishan/workspace/Running
  Project/google_appengine/google/appengine/tools/appcfg.py, line 69, in
  module
      from google.appengine.tools import appengine_rpc
    File /home/ramkrishan/workspace/Running
  Project/google_appengine/google/appengine/tools/appengine_rpc.py, line 27,
  in module
      import fancy_urllib
    File /home/ramkrishan/workspace/Running
  Project/google_appengine/lib/fancy_urllib/fancy_urllib/__init__.py, line
  341, in module
      class FancyHTTPSHandler(urllib2.HTTPSHandler):
  AttributeError: 'module' object has no attribute 'HTTPSHandler'

  please tell me the solution ... i am using ubuntu 10.10

 Have you tried Googling a little bit?
 Copying and paste your error message Google will give you the reason
 of your error (wrong python version) and solution (install python2.5)
 in the first result.

 Regards


[web2py] Re: problem with gae deployment

2011-07-03 Thread RAMKRISHAN BHATT BACK IN ACTION in bangalore
in ubuntu 10.x is working but in ubuntu 11.4 its giving some error. ok
i'll check it out once again.

On Jun 1, 8:10 am, dhmorgan dharrimanmor...@gmail.com wrote:
 check to see whether the command you indicated:

     $ /home/ramkrishan/Downloads/Python-2.5.5/./python

 is running 2.6 or 2.5.5

 not sure what the effect of the /./ would be on your installation;
 the error is indicative of Python 2.6, which may be what is getting
 run;

 with Ubuntu 10.x, you may wish to get the 'Dead Snakes' branch of
 Python 2.5.5 from Launchpad; once installed, you can run it from
 anywhere with 'python2.5'

 On Jun 1, 7:14 am, ramkrishan bhatt ramkrishan.bh...@gmail.com
 wrote:







  $ cd workspace/Running\ Project/
  ramkrishan@ramkrishan-Aspire-5740:~/workspace/Running Project$
  /home/ramkrishan/Downloads/Python-2.5.5/./python
  google_appengine/dev_appserver.py coporategift/web2py/
  Traceback (most recent call last):
    File google_appengine/dev_appserver.py, line 76, in module
      run_file(__file__, globals())
    File google_appengine/dev_appserver.py, line 72, in run_file
      execfile(script_path, globals_)
    File /home/ramkrishan/workspace/Running
  Project/google_appengine/google/appengine/tools/dev_appserver_main.py, line
  146, in module
      from google.appengine.tools import appcfg
    File /home/ramkrishan/workspace/Running
  Project/google_appengine/google/appengine/tools/appcfg.py, line 69, in
  module
      from google.appengine.tools import appengine_rpc
    File /home/ramkrishan/workspace/Running
  Project/google_appengine/google/appengine/tools/appengine_rpc.py, line 27,
  in module
      import fancy_urllib
    File /home/ramkrishan/workspace/Running
  Project/google_appengine/lib/fancy_urllib/fancy_urllib/__init__.py, line
  341, in module
      class FancyHTTPSHandler(urllib2.HTTPSHandler):
  AttributeError: 'module' object has no attribute 'HTTPSHandler'

  please tell me the solution ... i am using ubuntu 10.10


[web2py] RBAC and chat system

2011-04-02 Thread RAMKRISHAN BHATT BACK IN ACTION in bangalore
HI
i am new in web2py. i developing  student management system where
these are the major functionality.
1. admin only can register for other admin people and student
group.
 2. only login url will be there by default.
 3. after login if admin than registration url suppose to there
for register other user with permission.
 4 after login one chat home must be there for every body.


please guide me to develop this system and also it must be portable
with GAE.

Thanks