Move membership to Member.

This commit is contained in:
Drew Larson
2016-05-31 09:21:38 -06:00
parent 3890fe41a8
commit 4a01e29b9f
3 changed files with 48 additions and 0 deletions
@@ -0,0 +1,19 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.9.4 on 2016-05-26 01:50
from __future__ import unicode_literals
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('core', '0008_auto_20160526_0059'),
]
operations = [
migrations.RemoveField(
model_name='membership',
name='member',
),
]