Skip to content
Snippets Groups Projects
Commit 7eeb756d authored by Bodor Máté's avatar Bodor Máté
Browse files

Merge branch 'note' of https://github.com/DevTeamSCH/kszkepzes into note

parents a0ac74a5 2a7b65b3
Branches
Tags
No related merge requests found
# Generated by Django 2.0.1 on 2019-01-17 11:27
from django.conf import settings
from django.db import migrations, models
import django.db.models.deletion
......@@ -44,7 +42,6 @@ class Migration(migrations.Migration):
('signed', models.BooleanField(default=False)),
('role', models.CharField(choices=[('Staff', 'Staff'), ('Applicant', 'Applicant'), ('Student', 'Student')], default='Applicant', max_length=10)),
('groups', models.ManyToManyField(blank=True, related_name='profiles', to='account.GroupChoice')),
('user', models.OneToOneField(on_delete=django.db.models.deletion.CASCADE, related_name='profile', to=settings.AUTH_USER_MODEL)),
],
]
),
]
# Generated by Django 2.0.1 on 2019-01-17 11:27
import common.validators
import django.core.validators
from django.db import migrations, models
......@@ -11,6 +9,7 @@ class Migration(migrations.Migration):
initial = True
dependencies = [
('homework', '0001_initial'),
('account', '0001_initial'),
('homework', '0001_initial'),
]
......
# Generated by Django 2.0.1 on 2019-01-17 11:27
import common.middleware
from django.db import migrations, models
import django.db.models.deletion
......
# Generated by Django 2.0.1 on 2019-01-17 11:27
import common.middleware
from django.db import migrations, models
import django.db.models.deletion
......
# Generated by Django 2.0.1 on 2019-01-17 11:27
import common.middleware
from django.db import migrations, models
import django.db.models.deletion
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment