Commit 37c1c52d by Bach Dániel

vm: fix migration dependencies

parent 73844bcc
......@@ -16,7 +16,7 @@ import django.core.validators
class Migration(migrations.Migration):
dependencies = [
('taggit', '0002_auto_20141028_1416'),
('taggit', '0001_initial'),
('storage', '0001_initial'),
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
('firewall', '0001_initial'),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment