mirror of
https://github.com/AudebertAdrien/ft_transcendence.git
synced 2025-12-18 06:57:48 +01:00
19 lines
374 B
Python
19 lines
374 B
Python
# Generated by Django 5.0.6 on 2024-07-10 16:45
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('myapp', '0001_initial'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterField(
|
|
model_name='article',
|
|
name='title',
|
|
field=models.CharField(max_length=200),
|
|
),
|
|
]
|