We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e432594 commit 3517383Copy full SHA for 3517383
1 file changed
providers/org/zenodo/migrations/0003_merge.py
@@ -0,0 +1,16 @@
1
+# -*- coding: utf-8 -*-
2
+# Generated by Django 1.9.7 on 2017-02-10 14:53
3
+from __future__ import unicode_literals
4
+
5
+from django.db import migrations
6
7
8
+class Migration(migrations.Migration):
9
10
+ dependencies = [
11
+ ('org.zenodo', '0002_favicon'),
12
+ ('org.zenodo', '0002_disable'),
13
+ ]
14
15
+ operations = [
16
0 commit comments