Changes between Version 16 and Version 17 of DosAndDontsForApplicationWriters
- Timestamp:
- Apr 17, 2008, 12:44:04 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DosAndDontsForApplicationWriters
v16 v17 24 24 foo = decorate(foo) 25 25 }}} 26 27 However, if your application is about developing (or requires) decorators, then perhaps this criteria makes no sense. 28 Otherwise, it should be pointed out that Django itself has decorators functions, and so does a lot of Django apps. --erob 26 29 27 30 == Templates ==