1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-29 04:40:55 +02:00

Make section optinal for an user

This commit is contained in:
Alexandre Iooss
2019-07-16 13:54:32 +02:00
parent 7043ab5e45
commit 8a44f81d2c
4 changed files with 9 additions and 8 deletions

View File

@ -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'),
]