If using Bootstrap 3, it's just auth.navbar(mode='dropdown'), which is in the
welcome app.
Anthony
--
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 r
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 k
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 could
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 Friday, November 20, 2015 a
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 m
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 (whic
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 2
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 t
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. Wha
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 23,
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 f
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 :)
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
Your mileage may vary, but for me glancing through the examples got me
started in no time:
http://www.web2py.com/examples/default/examples
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
Those I made should be but not tested on GAE. plugin_wiki was tested.
On May 20, 4:58 am, Niklas Rosencrantz 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 application "
> when
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 p
http://web2pyslices.com/main/default/index
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 m
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
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, s
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 woul
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 bo
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." wrote:
> Thanks;
>
> I am slowly understanding it. I created an app called app1; seems
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 wrote:
> Rohan,
>
> Someone pointed out gaema (http://code.google.com/p/gaema/) on the
> group a couple of weeks ago
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" % us
Looks good to me.
On Apr 20, 12:37 am, Rohan 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?
>
> logged_user = U
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 = db.users.inser
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 lo
29 matches
Mail list logo