Scott Russell wrote:
> On Sat, 2005-04-09 at 03:33 -0500, Ian Bicking wrote:
>
>>I've finished a simple tutorial on how to use WSGIKit to build a simple
>>to-do application. You can find it at:
>
>
> Ian,
> Thanks for that - if you have any spare time, could you also do a
> version of a similar tutorial, but showing how you would use WSGIKit,
> SQLObject and FormEncode to build CRUD pages? (Or maybe explain why you
> wouldn't do this.) I'm just about to begin a project like this myself,
> but would appreciate a rough (working) map on the way in.
I've been thinking about extending the tutorial with various different
features -- like multi-user, which introduces modifying the database
schema and some path parsing (like the app in examples/todo right now),
and user authentication, which could perhaps include a registration form
(which can be complicated enough to justify FormEncode). But I don't
know... writing docs can be a lot of work ;)
--
Ian Bicking / ianb@... / http://blog.ianbicking.org
|