I tried editing the views.py the way you mentioned but it still continues to persist to go to 127.0.0.1:40/login with a "not found" error (127.0.0.1:40being the url I use for the development server.). Anybody here who have encountered the same problem that I have? Please let me know...
Thanks, Mathew On Wed, Dec 31, 2008 at 12:06 PM, dbpatterson <dbp...@gmail.com> wrote: > > continuing to try to make this thing work: in views.py, the relative > path to the templates wont work (at least on my machine), it reads > (line 11): > render = web.template.render('web/contrib/auth/templates/') > > so for now I've hard coded it in, I'm sure there is a way to get the > filename (some __variable or something) but I am wondering if there is > another way it is supposed to be working... input would be welcome. > > On Dec 30, 2:41 pm, dbpatterson <dbp...@gmail.com> wrote: > > another bug - line 315, it is written: > > del user[user_password] > > when it should be > > del user["user_password"] > > > > On Nov 4, 10:33 am, Juan Pablo Scaletti <juanpablo.scale...@gmail.com> > > wrote: > > > > > fixed > > > > > On Nov 3, 3:19 am, Jeffrey <jeffre...@gmail.com> wrote: > > > > > > hi, it looks like the document is not available now. 404 error > > > > there is one instead? > > > > > > On Thu, Oct 23, 2008 at 8:00 AM, rkmr...@gmail.com < > rkmr...@gmail.com>wrote: > > > > > > > On Wed, Oct 22, 2008 at 10:36 AM, Juan Pablo Scaletti < > > > > > juanpablo.scale...@gmail.com> wrote: > > > > > > >> > 2) what's with user.user_id, permission.permission_code_name , > etc. > > > > >> > including the table name in the column is redundant. (or is that > > > > >> > preferred style now?) > > > > > > >> Humm... I used the style because of another project I was working > on. > > > > >> Maybe I should just use user.id, etc. > > > > >> What do people think? > > > > > > > user.id should definitely be used.. > > > > > > -- > > > > Yours > > > > Faithfully > > > > > > Jeffrey Hsu > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to webpy@googlegroups.com To unsubscribe from this group, send email to webpy+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/webpy?hl=en -~----------~----~----~----~------~----~------~--~---