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
smime.p7s
Description: S/MIME cryptographic signature
