Re: custom filter question

2009-03-08 Thread danbergan
On Mar 8, 7:57 pm, Alex Gaynor wrote: > On Sun, Mar 8, 2009 at 8:56 PM, danbergan wrote: > > > > > I changed the directory to "ea_app", and changed my settings.configure > > > > to: > > > > settings.configure(DEBUG=True, TEMPLATE_DEBUG=True,

Re: custom filter question

2009-03-08 Thread Alex Gaynor
On Sun, Mar 8, 2009 at 8:56 PM, danbergan wrote: > > > > > > > > I changed the directory to "ea_app", and changed my settings.configure > > > to: > > > settings.configure(DEBUG=True, TEMPLATE_DEBUG=True, TEMPLATE_DIRS=("d:/ > > > current/ea_app/tpl","c:/python/tpl"),

Re: custom filter question

2009-03-08 Thread danbergan
> > > > I changed the directory to "ea_app", and changed my settings.configure > > to: > > settings.configure(DEBUG=True, TEMPLATE_DEBUG=True, TEMPLATE_DIRS=("d:/ > > current/ea_app/tpl","c:/python/tpl"), INSTALLED_APPS=("ea",)) > > The application name has now changed to ea_app, so you'll need

Re: custom filter question

2009-03-08 Thread Malcolm Tredinnick
On Sun, 2009-03-08 at 17:37 -0700, danbergan wrote: [...] > > I changed the directory to "ea_app", and changed my settings.configure > to: > settings.configure(DEBUG=True, TEMPLATE_DEBUG=True, TEMPLATE_DIRS=("d:/ > current/ea_app/tpl","c:/python/tpl"), INSTALLED_APPS=("ea",)) The application

Re: custom filter question

2009-03-08 Thread danbergan
On Mar 8, 5:39 pm, Malcolm Tredinnick wrote: > On Sun, 2009-03-08 at 16:22 -0700, danbergan wrote: > > On Mar 8, 5:13 pm, danbergan wrote: > > > On Mar 8, 4:53 pm, Malcolm Tredinnick > > > wrote: > > > > > On Sun,

Re: custom filter question

2009-03-08 Thread Malcolm Tredinnick
On Sun, 2009-03-08 at 16:22 -0700, danbergan wrote: > On Mar 8, 5:13 pm, danbergan wrote: > > On Mar 8, 4:53 pm, Malcolm Tredinnick > > wrote: > > > > > > > > > On Sun, 2009-03-08 at 14:11 -0700, danbergan wrote: > > > > > [...] > > > > > > I'm

Re: custom filter question

2009-03-08 Thread danbergan
On Mar 8, 5:13 pm, danbergan wrote: > On Mar 8, 4:53 pm, Malcolm Tredinnick > wrote: > > > > > On Sun, 2009-03-08 at 14:11 -0700, danbergan wrote: > > > [...] > > > > I'm guessing that the problem is that, since I'm not running withing > > >

Re: custom filter question

2009-03-08 Thread danbergan
On Mar 8, 4:53 pm, Malcolm Tredinnick wrote: > On Sun, 2009-03-08 at 14:11 -0700, danbergan wrote: > > [...] > > > I'm guessing that the problem is that, since I'm not running withing > > django, I don't have anything set in "INSTALLED_APPS". > > Indeed. Template tag