Changes between Version 17 and Version 18 of DosAndDontsForApplicationWriters
- Timestamp:
- Nov 6, 2008, 12:39:51 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DosAndDontsForApplicationWriters
v17 v18 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. --erob29 26 30 27 == Templates ==