A new django app for unicorn migrations

This commit is contained in:
Ned Batchelder
2017-02-15 11:16:07 -05:00
parent 04557bbff3
commit 98b250b66e
5 changed files with 10 additions and 2 deletions

View File

@@ -959,6 +959,9 @@ INSTALLED_APPS = (
# management of user-triggered async tasks (course import/export, etc.)
'user_tasks',
# Unusual migrations
'database_fixups',
)