Changes between Version 16 and Version 17 of DosAndDontsForApplicationWriters


Ignore:
Timestamp:
Apr 17, 2008, 12:44:04 PM (16 years ago)
Author:
Etienne Robillard
Comment:

Added a note about the python 2.3 decorator thing

Legend:

Unmodified
Added
Removed
Modified
  • DosAndDontsForApplicationWriters

    v16 v17  
    2424foo = decorate(foo)
    2525}}}
     26
     27However, if your application is about developing (or requires) decorators, then perhaps this criteria makes no sense.
     28Otherwise, it should be pointed out that Django itself has decorators functions, and so does a lot of Django apps. --erob
    2629
    2730== Templates ==
Back to Top