mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-18 23:09:58 +02:00
19 lines
456 B
Python
19 lines
456 B
Python
# Generated by Django 5.2.4 on 2025-08-08 02:38
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('currencies', '0015_exchangerate_automatic_exchangerateservice_singleton'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterField(
|
|
model_name='exchangerate',
|
|
name='automatic',
|
|
field=models.BooleanField(default=False, verbose_name='Auto'),
|
|
),
|
|
]
|