15 lines
337 B
Python
15 lines
337 B
Python
# Generated by Django 4.2.2 on 2025-02-17 17:48
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('SubscribesApp', '0004_alter_subscribe_bg_color_alter_subscribe_text_color'),
|
|
('SubscribesApp', '0007_subscribeoption_route_highlight_hours'),
|
|
]
|
|
|
|
operations = [
|
|
]
|