mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-06-27 20:22:15 +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
|
||||
@ -11,8 +11,8 @@ class Migration(migrations.Migration):
|
||||
initial = True
|
||||
|
||||
dependencies = [
|
||||
('member', '0001_initial'),
|
||||
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
|
||||
('member', '0001_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
|
Reference in New Issue
Block a user