summaryrefslogtreecommitdiffstats
path: root/settings_local.py
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2009-08-05 22:50:08 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2009-08-05 22:50:08 -0400
commit56f02677940a00f04780cfb361fc65950e910bf8 (patch)
tree47b577eb5ccd4dcf662a8c44e3201150048c871b /settings_local.py
parentb1e66ad9cc9ba1010fffb5259262464ed7635c2b (diff)
downloadaskbot-56f02677940a00f04780cfb361fc65950e910bf8.tar.gz
askbot-56f02677940a00f04780cfb361fc65950e910bf8.tar.bz2
askbot-56f02677940a00f04780cfb361fc65950e910bf8.zip
added anonymous posting, per-question subscription and fixes by Pothers and some more, see development.log
Diffstat (limited to 'settings_local.py')
-rw-r--r--settings_local.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/settings_local.py b/settings_local.py
index 9fa1c28d..153a17b9 100644
--- a/settings_local.py
+++ b/settings_local.py
@@ -1,15 +1,15 @@
# encoding:utf-8
#path must have slash appended!!!
-SITE_SRC_ROOT = '/path/to/dir/contating/this/file/'
+SITE_SRC_ROOT = '/...this dir.../'
LOG_FILENAME = 'django.lanai.log'
#for logging
import logging
logging.basicConfig(filename=SITE_SRC_ROOT + 'log/' + LOG_FILENAME, level=logging.DEBUG,)
-DATABASE_NAME = '' # Or path to database file if using sqlite3.
-DATABASE_USER = '' # Not used with sqlite3.
+DATABASE_NAME = 'cnprog' # Or path to database file if using sqlite3.
+DATABASE_USER = 'cnprog' # Not used with sqlite3.
DATABASE_PASSWORD = '' # Not used with sqlite3.
DATABASE_ENGINE = '' #mysql, etc