diff options
author | Evgeny Fadeev <evgeny.fadeev@gmail.com> | 2010-03-04 21:49:29 -0500 |
---|---|---|
committer | Evgeny Fadeev <evgeny.fadeev@gmail.com> | 2010-03-04 21:49:29 -0500 |
commit | 1397d1996d4d69803943ed02bbdaf8eae5af659d (patch) | |
tree | 8d874e227600ad413bd2e8e8d834fa75d600e55d /stackexchange/README | |
parent | b807b27c8c3ca1a27c1467ca54885f04ed4d6fa0 (diff) | |
download | askbot-1397d1996d4d69803943ed02bbdaf8eae5af659d.tar.gz askbot-1397d1996d4d69803943ed02bbdaf8eae5af659d.tar.bz2 askbot-1397d1996d4d69803943ed02bbdaf8eae5af659d.zip |
corrected README
Diffstat (limited to 'stackexchange/README')
-rw-r--r-- | stackexchange/README | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/stackexchange/README b/stackexchange/README index f842e891..c122570f 100644 --- a/stackexchange/README +++ b/stackexchange/README @@ -18,8 +18,12 @@ So far models are automatically created via: cd .. python manage.py syncdb +3) unzip SE dump into dump_dir (any directory name) + you may want to make sure that your dump directory in .gitignore file + so that you don't publish it by mistake + 3) run: - python manage.py load_stackexchange + python manage.py load_stackexchange dump_dir does not yet populate final data |