Merge "Use Jira Oauth for user authentication"
[pharos.git] / tools / pharos-dashboard / account / migrations / 0003_userprofile_registration_complete.py
1 # -*- coding: utf-8 -*-
2 # Generated by Django 1.10 on 2016-08-12 17:09
3 from __future__ import unicode_literals
4
5 from django.db import migrations, models
6
7
8 class Migration(migrations.Migration):
9
10     dependencies = [
11         ('account', '0002_userprofile_timezone'),
12     ]
13
14     operations = [
15         migrations.AddField(
16             model_name='userprofile',
17             name='registration_complete',
18             field=models.BooleanField(default=False),
19         ),
20     ]