diff -r ef326411c1fe -r 2711eef17092 web/ldtplatform/settings.py --- a/web/ldtplatform/settings.py Tue Jan 24 16:03:14 2012 +0100 +++ b/web/ldtplatform/settings.py Wed Jan 25 12:31:55 2012 +0100 @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- #@PydevCodeAnalysisIgnore import os.path import ldtplatform @@ -215,6 +216,8 @@ DIVISIONS_FOR_STAT_ANNOTATION = 64 +FRONT_TAG_LIST = [u"Enmi 2011",u"film"] + from config import * if not "LOGIN_URL" in locals():