I added to the wiki a new document "Removing the magic: the cheat sheet": http://code.djangoproject.com/wiki/MagicRemovalCheatSheet. Essentially it is an index to "Removing the magic" organized by functional areas with small hints. It reflects my experience with converting web sites to the "magic-removal".
The document targets simple to medium-complex web sites. Obviously, if somebody uses some esoteric features of Django, s/he should be advanced enough to read and apply the master document (http://code.djangoproject.com/wiki/RemovingTheMagic). My goals were: - Make the conversion process as straight-forward as possible. - The cheat sheet can by applied step by step during the conversion. Ideally you shouldn't come back re-reading the whole document. - It can be applied to file after file referring only to applicable small sections, e.g., if your converting a model, refer to the Model section only. - It should cover all major points of the conversion. - In all cases there are links to proper part of the "Removing the magic" document. In simple cases all necessary instructions are printed inline. Please check it out and add missing information. I'd appreciate if you preserve my goals, while adding stuff. Thanks, Eugene --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" 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/django-developers -~----------~----~----~----~------~----~------~--~---
