Re: startproject/startapp template context

2012-05-01 Thread Sam Simmons
This has turned into a topic for django developers. On Tuesday, May 1, 2012 7:18:34 AM UTC-5, Sam Simmons wrote: > > Checked the src and it's the case that the 'any options' means the ones > available to the command. I could see an additional context option being > useful. I'm thinking a good wa

Re: startproject/startapp template context

2012-05-01 Thread Sam Simmons
Checked the src and it's the case that the 'any options' means the ones available to the command. I could see an additional context option being useful. I'm thinking a good way to go about this would be passing a path to a config file that can be consumed by ConfigParser: django-admin.py startp