# Generated by Django 3.2.8 on 2022-02-14 11:13

from django.db import migrations, models


class Migration(migrations.Migration):

    dependencies = [
        ('research', '0134_auto_20220131_1727'),
    ]

    operations = [
        migrations.AddField(
            model_name='project',
            name='gepris_url',
            field=models.URLField(blank=True, verbose_name='Only for DFG-funded projects. URL to Project site on website of Gepris'),
        ),
    ]
