diff options
author | mahesh | 2016-04-01 10:53:55 +0530 |
---|---|---|
committer | mahesh | 2016-04-01 10:53:55 +0530 |
commit | 8ea2fd67d85edab15380f72cc8c56717db69261a (patch) | |
tree | 53b04f6576f17738a99f7a2ef1856efdab5d2aee | |
parent | 20d215f21f81ded6b3e490c8164a51a5d9ffd5a8 (diff) | |
download | Python-TBC-Interface-8ea2fd67d85edab15380f72cc8c56717db69261a.tar.gz Python-TBC-Interface-8ea2fd67d85edab15380f72cc8c56717db69261a.tar.bz2 Python-TBC-Interface-8ea2fd67d85edab15380f72cc8c56717db69261a.zip |
added admin-tool apps to installed apps
-rw-r--r-- | PythonTBC/settings.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/PythonTBC/settings.py b/PythonTBC/settings.py index bfcb2d5..4d99488 100644 --- a/PythonTBC/settings.py +++ b/PythonTBC/settings.py @@ -139,7 +139,8 @@ INSTALLED_APPS = ( 'tbc', 'comments', 'south', - + 'commentingapp', + 'tbc_error_page', ) |