Unlink HMS with django's settings:

Author portnov <portnov@bk.ru>
Author date 2008-06-12 09:56:15
Author local date 2008-06-12 15:56:15 +0600
Committer portnov <portnov@bk.ru>
Committer date 2008-06-12 09:56:15
Committer local date 2008-06-12 15:56:15 +0600
Commit 3fcf1456df439fb4c7699e9773212605606d69f7
Tree 3347a84a858dc08e15016d187226e7232c12e9a4
Parent cb7bb641237f6faaa9e34e525bb8291005f3b029
Unlink HMS with django's settings:
Remove call of modules.init() from hms.py and remove explicit import of settings module from modules.py.
So, now importer module must call hms.modules.init() after import.
To make HMS use django's settings, importer can explicitly add "settings" attribute to modules module and append "settings" to hms.modules.exports before calling hms.modules.init().
Affected files:
hms.py
modules.py
ViewGit