|
By:
teamcoltr
Rank: Starfleet Ensign
Postings: 1
From: Unknown
|
I don't even know if this is possible... but since Google Apps allows you to make Python sites... would it be so hard to convert pyForum into an appspot app?
|
|
By:
albert.abri
Rank: Starfleet Ensign
Postings: 2
From: Unknown
|
i dont know so much about web2py from now, but i think for what i read that it should be easy
|
|
By:
erkha
Rank: Starfleet Ensign
Postings: 2
From: Sweden
|
A Google Apps verion would be great, If anyone have hints on how that could possible to work it would be to a great help,
What else do I need beside Google Apps SDK and the pyforum to begin hacking:-)
/Erkki
|
|
By:
erkha
Rank: Starfleet Ensign
Postings: 2
From: Sweden
|
A Google Apps verion would be great, If anyone have hints on how that could possible to work it would be to a great help,
What else do I need beside Google Apps SDK and the pyforum src to begin hacking:-)
/Erkki ps Some function to edit your own message would also not hurt:-) DS
|
|
By:
Anonymous User
|
web2py works just fine on GAE. But, pyForum will not run on GAE because of the raw SQL statements. See: http://pyforum.org/pyforum/default/view_topic/80 for details.
|