Changes between Version 1 and Version 2 of ShortcutSyntaxIdeas
- Timestamp:
- Sep 21, 2005, 11:42:02 AM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ShortcutSyntaxIdeas
v1 v2 1 1 = Shortcut syntax ideas = 2 2 3 The Django view system is completely flexible and decoupled from the template system, but that flexibility leads to repetitive code when all you want to do is use Django templates. Let's add a "shortcut" syntax to make it super quick for people to write views .3 The Django view system is completely flexible and decoupled from the template system, but that flexibility leads to repetitive code when all you want to do is use Django templates. Let's add a "shortcut" syntax to make it super quick for people to write views that use the Django templates. 4 4 5 5 This page collects ideas on how shortcut syntax would work.