SciPost Code Repository

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

Add missing Profiles migration

parent 14ce0c97
No related branches found
No related tags found
No related merge requests found
# -*- coding: utf-8 -*-
# Generated by Django 1.11.4 on 2018-11-10 05:37
from __future__ import unicode_literals
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('profiles', '0013_profilenonduplicates'),
]
operations = [
migrations.AlterModelOptions(
name='profilenonduplicates',
options={'verbose_name': 'Profile non-duplicates', 'verbose_name_plural': 'Profile non-duplicates'},
),
]
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