SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 0be7aa0d authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

DO MIGRATE: add forgotten migration

parent 23e999bb
No related branches found
No related tags found
No related merge requests found
# -*- coding: utf-8 -*-
# Generated by Django 1.10.3 on 2017-01-24 09:18
from __future__ import unicode_literals
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('scipost', '0037_remark_feedback'),
]
operations = [
migrations.AddField(
model_name='nomination',
name='webpage',
field=models.URLField(default=''),
),
]
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