|
In I realize this is a rather low-level Python code question, but it is relevant to my efforts to customize OSQA. Thanks in advance for any insight you can provide. |
|
It probably comes from some other import, like To be clear, then, the correct way to access OSQA’s settings module is to
(03 Nov '10, 00:05)
Kevin Yank
|
APP_TITLE is declared in 'forum/settings/basic.py' as a "Setting" object; I can't see how that relates to putting it into scope at the point you indicate either, but it must be relevant somehow.