[web2py] Even after setting routes.py to my app name GideonGeorge, my site doesn't go as expected

2015-11-05 Thread Gideon George
What could be the problem? my site goes to http://www.gideongeorge.com/welcome/default/index when it should just go to the domain root. Please somebody help me out. Thanks -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code)

[web2py] Web2py Views: Multiple images changing in the background of index?

2014-06-24 Thread Gideon George
Please I need a help, this is the first time I am posting here and I am in my journey to be the Africa's number one Web2py enthusiast. I am currently developing my first web2py application and I have less than a week to complete it and head over to a more complex application by next week. My qu

[web2py] Background images slides like twitter?

2014-06-24 Thread Gideon George
Please I need somebody to help me on suggestions on how to put background-images in my website's index. just like twitter. Thank you -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issue

[web2py] Re: Importing an already existing MySQL database

2014-07-03 Thread Gideon George
Please how can I use the script? I mean, where will I save the script? anywhere online where I can just download it instead of copy & paste? On Wednesday, 15 July 2009 00:09:20 UTC+1, Boriel wrote: > > Hi, > > I'm rather new to web2py, but I think this script might be helpful to > others. > I've

[web2py] How can I import an existing database to my db.py model?

2014-07-03 Thread Gideon George
I have successfully changed the default sqlite connection to mysql. Now I want to import an exported file (database.sql) which is an existing database. I need help on how I can do this please -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/

[web2py] Can I create an RSS Reader like Techi in web2py?

2014-07-04 Thread Gideon George
I want to create an awesome rss feed agregator like that of techi.com please is there any example of site that did it in web2py? Also I need suggestions on how to go about it. Thank you -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (

[web2py] DAL using Mysql.server on pythonanywhere is not working. Giving errors

2014-08-05 Thread Gideon George
Please I need somebody to help me make my site visible by telling me what to do to make my database connection work on the pythonanywhere.com remote server I have tried all I could but never seems to get close. This is how I did it from the pythonanywhere database dashboard and below to is my D

Re: [web2py] Can I create an RSS Reader like Techi in web2py?

2014-08-07 Thread Gideon George
> > Thank you everyone for your contributions. > Ricardo please I am still trying to figure out how to to this, and looking at the url you gave on www.feeds.uni.me redirrects to http://vioos.com/. I really like the layout of http://vioos.com/ .Please was that done using rss in web2py? if yes

Re: [web2py] Can I create an RSS Reader like Techi in web2py?

2014-08-08 Thread Gideon George
eed you to help me on this. Thank you On Fri, Aug 8, 2014 at 4:41 PM, Ricardo Pedroso wrote: > On 8/8/14, Gideon George wrote: > > > >> > >> Thank you everyone for your contributions. > >> > > > > Ricardo please I am still trying to figure out ho

[web2py] form = crud.create(db.post)

2014-08-08 Thread Gideon George
I have a table named "post" in my db model and because of this line in my action controller "form = crud.create(db.post)" I keep on getting this error below. long() argument must be a string or a number, not 'Table' Please help me and tell me what to do. Thank you -- Resources: - htt

Re: [web2py] Can I create an RSS Reader like Techi in web2py?

2014-08-10 Thread Gideon George
> > WOW! That's really great to hear. I don't even know how to start > appreciating right now. I am really grateful for that, Absolutely grateful! I will love to learn and implement it. it's gonna help me alot. Thank you very much and I pray that God grant you all your heart desires, Amen. It

[web2py] Please help me clear this error! long() argument must be a string or a number, not 'Table'

2014-08-10 Thread Gideon George
I have to copy the error ticket and paste it here, please help me. It's been killing me for days! I can't write a post and post it to the database of the form crud.create(db.table) All the tutorials I follow used it perfectly but I have never used it successfully. What is happening? " long() a

[web2py] Re: Web2py Form Error! PLEASE HELP!!!! => long() argument must be a string or a number, not 'Table'

2014-08-11 Thread Gideon George
This is my action in default.py (Everything is working fine, except the form in the view, if I write and submit the post, it gives this error above) @auth.requires_login() def timeline(): db.post.posted_by.default = auth.user_id db.post.posted_on.default = request.now #create form wit

Re: [web2py] Can I create an RSS Reader like Techi in web2py?

2014-08-14 Thread Gideon George
Oh Ok, that will be great! I can't wait... Wish you the best of the best. Thank you On Wed, Aug 13, 2014 at 11:28 PM, Ricardo Pedroso wrote: > Next weekend I can share the code. I have to cleanning it a little bit. > > Ricardo > > > On 8/11/14, Gideon George wrote: &g

Re: [web2py] Can I create an RSS Reader like Techi in web2py?

2014-08-20 Thread Gideon George
rss or something. Thank you once more again I am very grateful. On Mon, Aug 18, 2014 at 11:22 PM, Ricardo Pedroso wrote: > On 8/14/14, Gideon George wrote: > > Oh Ok, that will be great! I can't wait... Wish you the best of the best. > > Follows attached... > > >

[web2py] How can I create a virtualenv and follow this instruction in web2py?

2014-09-17 Thread Gideon George
Please somebody help me on how to go about following this instruction below. On a mission to create something http://feeds.uni.me/ (RSS Feed reader) I don't know exactly where to start. where can I find the web2py commandline to help create the virtualenv? Or is it not all going to be done within

[web2py] Like the 1st example in the web2py book, can I customize my session.counter to count all sessions?

2014-12-01 Thread Gideon George
Please what I can do if I want to display the number of visits to each page of my site without restricting it to just individual sessions? Unlike the code below where it displays number of visits for a particular session, I want a situation where by I can put something like this at my footer

[web2py] How to use crud.select(db, query) to extract values in db table

2014-12-04 Thread Gideon George
This is my db db = DAL('sqlite://storage.sqlite') db.define_table('entry', Field('name'), Field('location'), Field('state_of_origin'), Field('local_govt'), Field('file', 'upload'), Field('posted_on','dat