Fix missing migration again
This commit is contained in:
parent
8e48d12605
commit
f544140c35
|
|
@ -8,7 +8,7 @@ class Migration(migrations.Migration):
|
|||
|
||||
dependencies = [
|
||||
('books', '0021_auto_20200520_0954'),
|
||||
('users', '0021_auto_20200520_0954'),
|
||||
('users', '0017_auto_20200430_1251'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
|
|
|
|||
Loading…
Reference in New Issue