You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hausarbeit-hikmat_galan_neu.../mensaviewer/migrations/0020_newsarticle_timestamp.py

20 lines
484 B
Python

# Generated by Django 4.1.4 on 2023-01-08 01:01
from django.db import migrations, models
import django.utils.timezone
class Migration(migrations.Migration):
dependencies = [
('mensaviewer', '0019_alter_comment_text_alter_newsarticle_text'),
]
operations = [
migrations.AddField(
model_name='newsarticle',
name='timestamp',
field=models.DateTimeField(blank=True, default=django.utils.timezone.now),
),
]