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:
@ -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'),
|
||||
]
|
||||
|
||||
|
Reference in New Issue
Block a user