Make section optinal for an user
This commit is contained in:
parent
7043ab5e45
commit
8a44f81d2c
4 changed files with 9 additions and 8 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# Generated by Django 2.2.3 on 2019-07-16 11:44
|
||||
# Generated by Django 2.2.3 on 2019-07-16 11:53
|
||||
|
||||
from django.conf import settings
|
||||
from django.db import migrations, models
|
||||
|
|
@ -10,8 +10,8 @@ class Migration(migrations.Migration):
|
|||
initial = True
|
||||
|
||||
dependencies = [
|
||||
('note', '0001_initial'),
|
||||
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
|
||||
('note', '0001_initial'),
|
||||
('member', '0001_initial'),
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue