Reset migrations

This commit is contained in:
jbdoderlein 2024-08-13 10:03:40 +00:00
parent f00d7873c9
commit 8e20bdc3e3
16 changed files with 281 additions and 407 deletions

View file

@ -1,7 +1,7 @@
# Generated by Django 2.2.28 on 2022-08-17 20:53
# Generated by Django 5.1 on 2024-08-13 09:26
from django.db import migrations, models
import django.utils.timezone
from django.db import migrations, models
class Migration(migrations.Migration):
@ -18,7 +18,7 @@ class Migration(migrations.Migration):
('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')),
('name', models.CharField(max_length=255, verbose_name='name')),
('description', models.TextField(verbose_name='description')),
('location', models.CharField(blank=True, default='', help_text='Place where the activity is organized, eg. Kfet.', max_length=255, verbose_name='location')),
('location', models.CharField(blank=True, default='', help_text='Place where the activity is organized, eg. BDE.', max_length=255, verbose_name='location')),
('date_start', models.DateTimeField(verbose_name='start date')),
('date_end', models.DateTimeField(verbose_name='end date')),
('valid', models.BooleanField(default=False, verbose_name='valid')),