Clean setup/retrieve of kfet generic account
This commit is contained in:
parent
bf61e41b50
commit
1d19d1797c
8 changed files with 113 additions and 14 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue