Oliver Andrich wrote:
> Hi,
>
> I am using Django for my commercial projects. But I like to broaden my 
> know how about WSGI and friends. Especially cause Werkzeug seems to be 
> a nice toolbox to create a new toolchain around, that my coworkers and 
> me can use for future projects.
>
> But I have a problem with the tutorial. It is obvious what you do and 
> where the tutorial will end. The code is obvious. And still I seem to 
> miss some important points. So, I am looking for a more structured 
> type of tutorial. Is anything like that available? I am looking for 
> something, that follows more or less these steps.
>
> 1. Build a basic WSGI app with Werkzeug, that serves some content from 
> a view.
> 2. Add templating to the app. (At best based on Jinja2. :))
> 3. Add some management commands.
> 4. Add models to the app. 
> 4.1 Create models.
> 4.2 Add a management command for syncing the db.
> 4.3 Use them in the template. 
> 5. The rest from the current tutorial.
>
> An imporant aspect would be, that the app is usable after each step, 
> so that I can see, what my commands do. ;)
>
> If nothing like this exists, I will try to teach myself the stuff 
> along this track and will blog about it. 
>
> I hope I don't offend anyone, but currently I am struggling with 1. 
> more then I expected.
>
> Best regards,
> Oliver
>
> --
> Oliver Andrich <[email protected]> --- http://oliverandrich.net/ 
> --- http://twitter.com/oliverandrich

the tutorial (shorty) under the docs section of werkzeug.pocoo.org is 
pretty easy to follow - got us going with no prior experience. 

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pocoo-libs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/pocoo-libs?hl=en
-~----------~----~----~----~------~----~------~--~---

  • Tutorial Oliver Andrich
    • Re: Tutorial MilesTogoe

Reply via email to