[web2py] 401 error using auth.wiki

2013-12-22 Thread jimbo
I was using the built in auth.wiki without problems a few months ago. I could register a user, and get the wiki menu when I logged in. Have upgraded to 2.8.2 and this no longer seems to work. Tried solutions on other threads but still get 401 error when I try to log in, /wiki/default/index/_c

[web2py] Wiki.auth 401 error

2013-12-22 Thread jimbo
This used to work, activate the built in wiki, then register, log in and I got the wiki available. Now when I try to make a new wiki I get 401 even though it lets me log on. Tried today and I get a 401 error when app accesses /default/index/_create/index Thanks, Jimmy -- Resources: - http:/

[web2py] Re: Wiki.auth 401 error

2013-12-22 Thread jimbo
Hi Alan, it's 2.8.2 Thanks On Sunday, 22 December 2013 19:54:25 UTC, jimbo wrote: > > This used to work, activate the built in wiki, then register, log in and I > got the wiki available. Now when I try to make a new wiki I get 401 even > though it lets me log on. > >

[web2py] Re: Wiki.auth 401 error

2013-12-23 Thread jimbo
Thanks again Alan, will play about with it over Xmas. I am running on Pythonanywhere. As I said, the built in Wiki worked when I tried it several months ago. Cheers! On Sunday, 22 December 2013 19:54:25 UTC, jimbo wrote: > > This used to work, activate the built in wiki, then register,

[web2py] Re: Wiki.auth 401 error

2014-01-10 Thread jimbo
Pretty much give up on this, the wiki looked very promising when i first tried it, seems to be dead now, Which is a pity as it looked a very good option when it was working. On Sunday, 22 December 2013 19:54:25 UTC, jimbo wrote: > > This used to work, activate the built in wiki, then re

[web2py] Web2py instead of MS Access?

2014-02-15 Thread jimbo
Hi I am thinking of using web2py for a small database instead of MS Access. It is for a charity and would have only several hundred records of employees and a table for clients. It would run on a local network with probably only two computers using it. The usual name, address , tel no. and some

[web2py] Re: Web2py instead of MS Access?

2014-02-15 Thread jimbo
kind input. Jimmy. On Saturday, 15 February 2014 14:35:49 UTC, jimbo wrote: > > Hi I am thinking of using web2py for a small database instead of MS > Access. It is for a charity and would have only several hundred records of > employees and a table for clients. It would run on a l

[web2py] Re: Web2py instead of MS Access?

2014-02-15 Thread jimbo
rks before W2P, such as Django, PHP and > others. > > W2P is by far the most friendly one I have tried and it will take you from > 0 to a reasonable level in literally a couple of days. > > Good luck and have fun > > On Saturday, February 15, 2014 9:35:49 AM UTC-5, jimbo wr

[web2py] Re: Web2py instead of MS Access?

2014-02-15 Thread jimbo
le and > specify 0.0.0.0 as the IP address. You can then access it from any computer > on the network by going to the IP address of the computer where it is > running. > > Anthony > > On Saturday, February 15, 2014 9:35:49 AM UTC-5, jimbo wrote: >> >> Hi I am think

[web2py] Re: Web2py instead of MS Access?

2014-02-16 Thread jimbo
, 15 February 2014 14:35:49 UTC, jimbo wrote: > > Hi I am thinking of using web2py for a small database instead of MS > Access. It is for a charity and would have only several hundred records of > employees and a table for clients. It would run on a local network with > probably onl

[web2py] Re: Web2py instead of MS Access?

2014-02-20 Thread jimbo
o all. Jim. On Saturday, 15 February 2014 14:35:49 UTC, jimbo wrote: > > Hi I am thinking of using web2py for a small database instead of MS > Access. It is for a charity and would have only several hundred records of > employees and a table for clients. It would run on a local network

[web2py] Re: Web2py instead of MS Access?

2014-02-20 Thread jimbo
all. On Saturday, 15 February 2014 14:35:49 UTC, jimbo wrote: > > Hi I am thinking of using web2py for a small database instead of MS > Access. It is for a charity and would have only several hundred records of > employees and a table for clients. It would run on a local network with

Re: [web2py] trying to help young son learn Python, and...

2014-03-04 Thread jimbo
Pythonanywhere is very easy to use and they have a free account which can then be upgraded for hosting. -- 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) ---

[web2py] Re: Probably very naive question from new user

2016-02-01 Thread jimbo
I found this useful as are other posts on the site. http://www.pyguy.com/web2py/web2py-one-to-many-database-tutorial/ On Monday, 1 February 2016 11:33:38 UTC, Chris Green wrote: > > 黄祥 > wrote: > > > > perhaps you can learn a lot from web2py appliances or web2py slices : > > http://www.web2py

[web2py] Recommendations on where to store translation strings

2016-08-07 Thread Jimbo
Hi, I have several dictionaries which needs translation, where would you recommended I store these? I currently have them in model-files and they typically looks something like this: choices = collections.OrderedDict(( ('1', T('Choice 1')), ('2', T('Choice 2')), ... )) Then I use

[web2py] Re: Recommendations on where to store translation strings

2016-08-09 Thread Jimbo
Aha, I see. I have probably exercised a lot of my views during development so I got the impression that stating my T's in the models automatically added them to translation. I will investigate the options you proposed, thanks for the pointers! -- Resources: - http://web2py.com - http://web2py.

[web2py] Newbie print question

2014-04-17 Thread jimbo
Right, I have made a simple database which works well and looks nice on screen. That is in 'edit' everything looks as it should, everything in nice neat boxes and that is how I would like it to print. However when I print the page a lot of other stuff appears which I gather are link details, a

[web2py] Re: Newbie print question

2014-04-17 Thread jimbo
;print", mean displaying generated html in the browser? > > In that case, please be more specific about what exactly you want removed > or altered. Show us your code or a screenshot and state *exactly* what's > the issue. > > Regards > > On Thursday, April 17, 2014

[web2py] Re: Newbie print question

2014-04-17 Thread jimbo
Cheers Anthony, will have a go at that. Can I just comment out or remove those lines. Thanks Jimmy. On Thursday, 17 April 2014 11:25:14 UTC+1, jimbo wrote: > > Right, I have made a simple database which works well and looks nice on > screen. That is in 'edit' everything

[web2py] Re: Newbie print question

2014-04-18 Thread jimbo
Dave S, followed you instructions and added that at the end of the bootstrap css file, worked a treat thanks! On Thursday, 17 April 2014 11:25:14 UTC+1, jimbo wrote: > > Right, I have made a simple database which works well and looks nice on > screen. That is in 'edit' eve

[web2py] Re: appointment application doesn't work out of box

2014-05-11 Thread jimbo
This looks nice and useful and has a booking system built in. https://github.com/mdipierro/web2py-appliances/tree/master/TinyWebsite http://www.tinywebsite.net/ On Sunday, 20 April 2014 23:02:03 UTC+1, LoveWeb2py wrote: > > Hello, > > I'm trying to create a website for my Mom that she can use to

[web2py] Database help

2014-05-27 Thread jimbo
Newbie stuff. A few months ago I asked about using web2py to run a simple internal database, with contact details such as tel number address etc. Anthony came up with a brilliant solution using just a few lines of code, this has worked very well. Now the database has grown, that is it/they hav

[web2py] Sample application?

2014-07-31 Thread jimbo
Has anyone got a simple example application of a database such as a company personal database or similar with several fields showing how they are joined or whatever the Web2py method is. I am a novice with both databases and Web2py. Anything that would help would be very welcome, thank you! -

[web2py] Re: Sample application?

2014-07-31 Thread jimbo
Most of those seem to be quite old, things like smart grid must have changed since they were posted surely? On Thursday, 31 July 2014 12:51:06 UTC+1, jimbo wrote: > > Has anyone got a simple example application of a database such as a > company personal database or similar with sever

[web2py] Re: Resource webservice built on web2py for web2py comunity [BETA]

2015-06-05 Thread jimbo
Great work! We need some well documented starter apps. Flask seems to gets loads on the likes of Python Weekly. Would be very helpful to get some recent ones online for newbies. On Thursday, 4 June 2015 22:40:14 UTC+1, Ivica Kralj wrote: > > Hi All, > > This is my little personal project I hav