Skip to content
Snippets Groups Projects
Verified Commit 6a149b82 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Add sites as dependency to migration 0003

parent fca10153
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@ import django.db.models.deletion
class Migration(migrations.Migration):
dependencies = [
('sites', '0002_alter_domain_unique'),
('core', '0019_fix_uniqueness_per_site'),
('csv_import', '0002_importjob'),
]
......
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