Thats the thing about Django. It tends to not work well unless you use the
whole framework. INSTALLED_APPS is a setting in the settings.py in django.
You'll probably need to create a settings.py and put
'django.contrib.humanize' in the INSTALLED_APPS list.

see: http://docs.djangoproject.com/en/dev/ref/settings/#installed-apps

On Wed, Jun 24, 2009 at 7:19 AM, MajorProgamming <sefira...@gmail.com>wrote:

>
> I am currently running an app that is ONLY using Django templates (not
> the whole framework). I was wondering how I can use the
> django.contrib.humanize part so I can use specialized filters? It
> mentions something about INSTALLED_APPS, but I have no clue how to do
> that?
>
> Thanks,
> >
>


-- 
=======================================
株式会社ビープラウド  イアン・ルイス
〒150-0012
東京都渋谷区広尾1-11-2アイオス広尾ビル604
email: ianmle...@beproud.jp
TEL:03-5795-2707
FAX:03-5795-2708
http://www.beproud.jp/
=======================================

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to