diff options
author | Evgeny Fadeev <evgeny.fadeev@gmail.com> | 2010-03-14 18:27:57 -0400 |
---|---|---|
committer | Evgeny Fadeev <evgeny.fadeev@gmail.com> | 2010-03-14 18:27:57 -0400 |
commit | 10c98242325230d2314c2f1292e75650acd8d50e (patch) | |
tree | b977974539f794324a4bb36655ae6e35ecc769a3 /stackexchange | |
parent | 7d4e81c2e6553ee9aa087d95fdc6c87f75b021df (diff) | |
parent | c2255c60fa5bca3f49fa30aa81a20fcdaa603dc3 (diff) | |
download | askbot-10c98242325230d2314c2f1292e75650acd8d50e.tar.gz askbot-10c98242325230d2314c2f1292e75650acd8d50e.tar.bz2 askbot-10c98242325230d2314c2f1292e75650acd8d50e.zip |
merged with master branch
Diffstat (limited to 'stackexchange')
-rw-r--r-- | stackexchange/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stackexchange/README b/stackexchange/README index bad11c9f..64d8f5fb 100644 --- a/stackexchange/README +++ b/stackexchange/README @@ -14,7 +14,7 @@ Current process to load SE data into OSQA is: you may want to make sure that your dump directory in .gitignore file so that you don't publish it by mistake -3) add 'stackexchange' to the list of installed apps (probably aready in settings.py) +3) enable 'stackexchange' in the list of installed apps (probably aready in settings.py) 4) (optional - create models.py for SE, which is included anyway) run: |