Rebase upgrade Django to v1.8.5
Please note that this is a squshed commit and the work of: Symbolist, macdiesel, nedbat, doctoryes, muzaffaryousaf and muhammad-ammar
This commit is contained in:
committed by
Brian Beggs
parent
7b801c66ca
commit
6cb62f2697
@@ -48,13 +48,11 @@ else
|
||||
rm -rf $DB_CACHE_DIR && mkdir -p $DB_CACHE_DIR
|
||||
|
||||
# Re-run migrations on the test database
|
||||
./manage.py lms --settings bok_choy syncdb --traceback --noinput
|
||||
./manage.py cms --settings bok_choy syncdb --traceback --noinput
|
||||
./manage.py lms --settings bok_choy migrate --traceback --noinput
|
||||
./manage.py cms --settings bok_choy migrate --traceback --noinput
|
||||
|
||||
# Dump the schema and data to the cache
|
||||
./manage.py lms --settings bok_choy dumpdata > $DB_CACHE_DIR/bok_choy_data.json
|
||||
mysqldump -u root --no-data --skip-comments --skip-dump-date edxtest > $DB_CACHE_DIR/bok_choy_schema.sql
|
||||
# ./manage.py lms --settings bok_choy dumpdata > $DB_CACHE_DIR/bok_choy_data.json
|
||||
# mysqldump -u root --no-data --skip-comments --skip-dump-date edxtest > $DB_CACHE_DIR/bok_choy_schema.sql
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user