[web2py] Anyone interested in web2py consulting?

2015-03-01 Thread Abhijit Chatterjee
Hello, I am learning web2py framework and I am new in web design. So, I would like to work with someone on few projects and hopefully learn a lot. Anyone interested in consulting/tutoring? I am open for ideas/prices...any thoughts? Ron -- Resources: - http://web2py.com - http://web2py.com/bo

[web2py] Re: avatar like feature as in instant press

2015-03-01 Thread Abhijit Chatterjee
Leonel, also, if you want to do some consulting, please let m know... -Ron On Sunday, March 1, 2015 at 1:14:41 PM UTC-5, Abhijit Chatterjee wrote: > > I put the "auth.settings.extra_fields..." in my model db.by and the rest > in my controller default.py. > > How do

[web2py] Re: avatar like feature as in instant press

2015-03-01 Thread Abhijit Chatterjee
I put the "auth.settings.extra_fields..." in my model db.by and the rest in my controller default.py. How do I now implement them. Any thoughts? On Thursday, February 26, 2015 at 8:04:27 PM UTC-5, Leonel Câmara wrote: > > It's not very hard, here's a possibility that requires you to have pillow

[web2py] How to use bootstrap or new layout file into web2py

2015-02-27 Thread Abhijit Chatterjee
I have downloaded a bootstrap file that consist of css, js, img, fonts folder and its associated file. Here is the link: http://startbootstrap.com/template-overviews/freelancer/ How do I import this layout into web2py but keep all my admins and login, menu from DAL but just use the image, slid

[web2py] avatar like feature as in instant press

2015-02-26 Thread Abhijit Chatterjee
I m trying to put avatar like feature as in instant press. Any help? -- 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

[web2py] social networking share button to rss feed

2015-02-26 Thread Abhijit Chatterjee
Trting to put social networking share button to my rss feed. Any help? -- 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 y

[web2py] Re: importing .csv to create DAL object

2015-02-25 Thread Abhijit Chatterjee
I haven't tried to code yet. But if I have .sql file. How to import. -- 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

[web2py] did anyone ever tried to use cpickle inside web2py

2015-02-24 Thread Abhijit Chatterjee
Hello, wondering if anyone ever tried to use cpickle inside the controler function. I have done import cpickle from the src version n then tried to dump few variable like request, db but gave me an error. The idea was to debug them in standalone mode n then inject back into the controler -- Re

[web2py] rewrite the controller function for clarity

2015-02-24 Thread Abhijit Chatterjee
Hello, Does anyone know how to rewrite this two contoller line? After model and view, I am trying to get familiar with controller and I am finding when a code is summarized, its hard to understand at times. Wondering if someone can break it down for me a little? first def: (1) categories = db

[web2py] printing from controller

2015-02-23 Thread Abhijit Chatterjee
I cant seem to get the debugger to work except 3rd party ide. Does anyone know how to print out a variable from the controler (from default.py). I asked cuz the print function seem dont work there. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/we

[web2py] importing .csv to create DAL object

2015-02-23 Thread Abhijit Chatterjee
If I have an old site n mysql database. N want to convert to web2py, rather than typing up the entire Database from scratch, is there a way that I export the existing mysql database to a csv n then import that .csv file to DAL to create the database automatically? -- Resources: - http://web2

[web2py] Save variable in view from controllers and models for further math and other manipulation

2015-02-22 Thread Abhijit Chatterjee
This is not the right way to use web2py view but there is a html.py package that converts table and list to html automatically. I am trying to use that to see if it works out in web2py. More for an experiment than anything. This question may be more of a python question than web2py but here it