update problem migration

This commit is contained in:
HandsomeHow 2018-12-28 14:14:20 +08:00
parent 9bdf4f357c
commit b36be2a71d

View File

@ -10,7 +10,6 @@ import hashlib
def update_all_stripped_md5(apps, schema_editor):
os.system("whoami")
Problem = apps.get_model("problem", "Problem")
problems = Problem.objects.all()
for problem in problems: