local_settings override for project settings

1
2
3
4
try:
    from local_settings import *
except ImportError, exp:
    pass

Comments

tenni (on March 13, 2008):

I love this snippet and have actually been using it for a while now… before it's posting here!

I first heard about it when Michael Trier mentioned it, saying that Magus suggested it in the IRC.

Thanks Magus, great timesaver.

#

bjornkri (on March 13, 2008):

Ah, that's perfect! Much more elegant than my method... which is too embarrassing to mention here.

#

(Forgotten your password?)

You may use Markdown syntax here, but raw HTML will be removed.