rhettg / Tron

Next generation batch process scheduling and management
Other
11 stars 0 forks source link

Look in to making CommandContext more like django contexts #47

Open rhettg opened 13 years ago

rhettg commented 13 years ago

Found this intereting feature in django docs: http://docs.djangoproject.com/en/dev/ref/templates/api/#playing-with-context-objects

Probably work very well for us, adding push() and pop() rather than explicit chaining.