Changes between Version 16 and Version 17 of ShortcutSyntaxIdeas


Ignore:
Timestamp:
Sep 22, 2005, 3:38:00 AM (19 years ago)
Author:
Boffbowsh
Comment:

Added my name

Legend:

Unmodified
Added
Removed
Modified
  • ShortcutSyntaxIdeas

    v16 v17  
    7878''I think specifying HttpResponse outside of the function is a better idea:
    7979{{{return HttpResponse(load_and_render('index', 'title': 'Page Title', 'primes': [2, 3, 5, 7], 'header': 'The first 4 primes:'))}}}
    80 I'll be using the templating system for a LOT more than just HTTP (system configs etc). Maybe have load_and_respond(), load_and_return()?''
     80I'll be using the templating system for a LOT more than just HTTP (system configs etc). Maybe have load_and_respond(), load_and_return()?'' -- Boffbowsh
    8181== Idea 4: Simplified decorator ==
    8282
Back to Top