19 lines
418 B
Python
19 lines
418 B
Python
# Generated by Django 4.2.12 on 2024-10-11 08:17
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('alkatorapi', '0016_profile_alter_user_alkator_class_racer'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name='racer',
|
|
name='register_date',
|
|
field=models.DateTimeField(auto_now=True),
|
|
),
|
|
]
|