Clean setup/retrieve of kfet generic account

This commit is contained in:
Aurélien Delobelle 2017-09-21 23:39:27 +02:00
parent bf61e41b50
commit 1d19d1797c
8 changed files with 113 additions and 14 deletions

View file

@ -8,6 +8,9 @@ class Migration(migrations.Migration):
dependencies = [
('auth', '0006_require_contenttypes_0002'),
# Following dependency allows using Account model to set up the kfet
# generic user in post_migrate receiver.
('kfet', '0058_delete_genericteamtoken'),
]
operations = [