Skip to content
Snippets Groups Projects
Commit 0f56e113 authored by André Anjos's avatar André Anjos :speech_balloon: Committed by André Anjos
Browse files

[utils] Don't backup Job/JobSplits as that requires a recursive dependence on the experiments app

parent 35e0cb50
No related branches found
No related tags found
No related merge requests found
...@@ -130,6 +130,8 @@ class Command(BaseCommand): ...@@ -130,6 +130,8 @@ class Command(BaseCommand):
'admin', 'admin',
'contenttypes', 'contenttypes',
'auth.Permission', 'auth.Permission',
'backend.Job',
'backend.JobSplit',
], ],
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment