[web2py] Re: Getting started with simple Bootstrap?

2015-11-20 Thread Anthony
If you want to make use of any of the built-in Ajax or Javascript functionality, you should include web2py_ajax.html. If using Bootstrap 3, you might also want to keep at least parts of web2py_bootstrap3.css (particularly the .flash stuff and things prefixed with .web2py). You might also want

[web2py] Re: Getting started with simple Bootstrap?

2015-11-20 Thread pbreit
Thanks. If I had to rant, I would say that the "out of the box" experience could use some improvement. For pretty much all my projects I'd like to start with something rather plain but good looking. I don't want my first step to be to have to pull out a bunch of cruft. On Friday, November

Re: [web2py] Re: Getting started with simple Bootstrap?

2015-11-20 Thread Anthony
On Friday, November 20, 2015 at 3:12:29 PM UTC-5, Richard wrote: > > My suggest is kind of hacky, but it could be turned in an feature of > web2py to as yo mention Anthony. This "complain" having default app base on > welcome app model had happen a couples of time in the past... > Sure, we

[web2py] Re: Getting started with simple Bootstrap?

2015-11-20 Thread Anthony
On Friday, November 20, 2015 at 1:25:37 PM UTC-5, pbreit wrote: > > Hey, Anthony. It's me from several years ago. You're still going at it > strong! Thanks. > Welcome back. > If I had to rant, I would say that the "out of the box" experience could > use some improvement. For pretty much all

Re: [web2py] Re: Getting started with simple Bootstrap?

2015-11-20 Thread Richard Vézina
I am not sure about this trick because I didn't test it. Though, in web2py/gluon there is this file welcome.w2p... If not there it get recreated if not there... I don't remember the behavior exactly... But I think that this app is the one that is used as the template when you create a new app

Re: [web2py] Re: Getting started with simple Bootstrap?

2015-11-20 Thread Richard Vézina
My suggest is kind of hacky, but it could be turned in an feature of web2py to as yo mention Anthony. This "complain" having default app base on welcome app model had happen a couples of time in the past... Richard On Fri, Nov 20, 2015 at 2:57 PM, Anthony wrote: > On

Re: [web2py] Re: Getting started with simple Bootstrap?

2015-11-20 Thread pbreit
Yeah, I'm going to start from scratch. The part I was hoping to avoid coding was how the user drop-down works when logged in or logged out. On Friday, November 20, 2015 at 12:26:40 PM UTC-8, Anthony wrote: > > On Friday, November 20, 2015 at 3:12:29 PM UTC-5, Richard wrote: >> >> My suggest is

[web2py] Re: Getting started with routes.py error: type 'exceptions.ImportError' No module named fileutils ?

2013-09-30 Thread User
Am I doing something wrong in setting up routes? On Saturday, September 28, 2013 12:29:33 AM UTC-4, User wrote: Using web2py Version 2.6.4-stable+timestamp.2013.09.22.17.43.26 with Python 2.7. I've got web2py up and running with a simple app. Now I'm trying to get routes working. What

[web2py] Re: Getting started in Web2py

2012-03-23 Thread stefaan
Your mileage may vary, but for me glancing through the examples got me started in no time: http://www.web2py.com/examples/default/examples

[web2py] Re: Getting started in Web2py

2012-03-23 Thread Wikus van de Merwe
Don't use the web admin. It's for kids :P Copy welcome or example app and change the files directly. For me the selling point of web2py was the simplicity of the syntax. See this comparison: http://www.web2py.com/examples/static/web2py_vs_others.pdf

Re: [web2py] Re: Getting started in Web2py

2012-03-23 Thread Vasile Ermicioi
Don't use the web admin. It's for kids :P Copy welcome or example app and change the files directly. may be... but I rarely code outside of it :)

[web2py] Re: Getting started in Web2py

2012-03-23 Thread monotasker
I think I understand a bit what you mean about not feeling like you understand the guts of web2py at first. The book wants to walk you through app-building before introducing you to much of the core, even conceptually. I think this is actually a good pedagogical move for lots of people, but

Re: [web2py] Re: Getting started in Web2py

2012-03-23 Thread Derek
Same here. It works just fine in Chrome. I fullscreen and start coding. Sure, I don't get autocomplete, but I rarely use that anyway. It does have issues managing files, but I found it was easy enough to put the files in the folders. (I'm not used to that coming from Zope). On Friday, March

[web2py] Re: Getting started with appliances for web2py on GAE

2011-05-20 Thread Massimo Di Pierro
Those I made should be but not tested on GAE. plugin_wiki was tested. On May 20, 4:58 am, Niklas Rosencrantz nikla...@gmail.com wrote: Hi my web2py deployment is on app engine. I'm trying to add plug-ins/appliances using the admin area but all I get is an error message: unable to install

[web2py] Re: Getting started with appliances for web2py on GAE

2011-05-20 Thread howesc
Niklas, you will have to run the code locally and upload plugins and then deploy to GAE. you cannot upload files to a deployed GAE instance (without using the blobstore). so you must have a complete code set that you can upload. cfh

Re: [web2py] Re: Getting started

2011-02-06 Thread Richard Arts
I had a quick look at http://web2py.com/examples/static/cookbook.pdf the other day. Seems to be a nice guide as well. Regards, Richard

Re: [web2py] Re: Getting started

2011-02-06 Thread Anthony
On Sunday, February 6, 2011 5:55:39 AM UTC-5, Richard Arts wrote: I had a quick look at http://web2py.com/examples/static/cookbook.pdf the other day. Seems to be a nice guide as well. Yes, that looks like a good start too. Though, keep in mind that it is fairly old, and there have been

Re: [web2py] Re: Getting started

2011-02-06 Thread mikech
http://web2pyslices.com/main/default/index

[web2py] Re: Getting started

2011-02-06 Thread Dane
I advise beginning with the book as it's pretty easy to follow and has the most up-to-date documentation you'll find. You can do some fairly cool stuff just following the patterns in the book, but before attempting anything serious you should spend some time studying and getting comfortable with

[web2py] Re: Getting started

2011-02-05 Thread Anthony
On Saturday, February 5, 2011 11:05:46 PM UTC-5, stargate wrote: i was wondering if there a step by step tutorial that will show me how to build a web2py website. Coming from php I am use to using includes how would I get started. What have you looked at so far? Have you tried the book:

[web2py] Re: Getting started

2011-02-05 Thread Anthony
On Saturday, February 5, 2011 11:16:35 PM UTC-5, Anthony wrote: On Saturday, February 5, 2011 11:05:46 PM UTC-5, stargate wrote: i was wondering if there a step by step tutorial that will show me how to build a web2py website. Coming from php I am use to using includes how would I get

Re: [web2py] Re: Getting started

2011-02-05 Thread Panupat
if you also need to learn basic python, Dive into Python is a very good free book. http://diveintopython.org/ make sure you read the right version. web2py works on python 2.7 On Saturday, February 5, 2011 11:16:35 PM UTC-5, Anthony wrote: On Saturday, February 5, 2011 11:05:46 PM UTC-5,

[web2py] Re: Getting Started...

2010-12-25 Thread mdipierro
Does this help? http://gluonframework.wordpress.com/2010/03/02/shell-only-web2py/ Any new app you create with admin (unless you use the wizard) is a copy of the welcome app. On Dec 25, 11:05 pm, David J. da...@styleflare.com wrote: Thanks; I am slowly understanding it. I created an app

[web2py] Re: getting started with fbconnect

2010-04-22 Thread Rohan
Hi Christian, you can check http://www.web2pyslices.com/main/slices/take_slice/77 I have not tried it yet but thought let you know about it. Thanks On Apr 20, 10:10 am, howesc how...@umich.edu wrote: Rohan, Someone pointed out gaema (http://code.google.com/p/gaema/) on the group a couple

[web2py] Re: getting started with fbconnect

2010-04-20 Thread mdipierro
Looks good to me. On Apr 20, 12:37 am, Rohan yourbuddyro...@gmail.com wrote: I found some code onhttp://codepad.org/tadGosTd I want to know if below piece of code is sufficient for creating a record in auth.user table and creating a session for a user connected using facebook connect?      

[web2py] Re: getting started with fbconnect

2010-04-20 Thread howesc
you are missing the creation of the default group when you create a new user (that is done for you in auth automagically), so if you want/ need those groups you would want to add a block like: if auth.settings.create_user_groups: group_id = auth.add_group(user_%s %

[web2py] Re: getting started with fbconnect

2010-04-19 Thread howesc
Rohan, Someone pointed out gaema (http://code.google.com/p/gaema/) on the group a couple of weeks ago as a tool that integrates google, twitter, facebook, and others with google app engine. i'm in the process of adapting it to work with web2py auth (for GAE and non GAE apps). If all goes well

[web2py] Re: getting started with fbconnect

2010-04-19 Thread Rohan
I found some code on http://codepad.org/tadGosTd I want to know if below piece of code is sufficient for creating a record in auth.user table and creating a session for a user connected using facebook connect? logged_user = Users.find_by_fb_id(user['uid']) user_id =