MIGRATION! ADD: first things for a event registration mangement page.
This commit is contained in:
20
dav_events/migrations/0029_event_registration_closed.py
Normal file
20
dav_events/migrations/0029_event_registration_closed.py
Normal file
@@ -0,0 +1,20 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Generated by Django 1.11.20 on 2019-05-29 08:31
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('dav_events', '0028_auto_20190401_1310'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='event',
|
||||
name='registration_closed',
|
||||
field=models.BooleanField(default=False, verbose_name='Anmeldung geschlossen'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user