manage.py changed to lf; FTs tweaked to accomodate WSL2 ansible deployment
This commit is contained in:
@@ -1,18 +1,18 @@
|
||||
# Generated by Django 6.0 on 2025-12-31 05:24
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('dashboard', '0001_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='item',
|
||||
name='text',
|
||||
field=models.TextField(default=''),
|
||||
),
|
||||
]
|
||||
# Generated by Django 6.0 on 2025-12-31 05:24
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('dashboard', '0001_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='item',
|
||||
name='text',
|
||||
field=models.TextField(default=''),
|
||||
),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user