Migration fix
This commit is contained in:
parent
a70826edd8
commit
56d8f7a9a1
@ -25,5 +25,5 @@ class Migration(migrations.Migration):
|
|||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
||||||
migrations.RunPython(forwards_func, reverse_func),
|
migrations.RunPython(delete_anonymous_user, create_anonymous_user),
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user