All checks were successful
continuous-integration/drone/push Build is passing
14 lines
219 B
Python
14 lines
219 B
Python
# Generated by Django 5.1.1 on 2025-11-26 10:16
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('web', '0019_add_project_slug'),
|
|
]
|
|
|
|
operations = [
|
|
]
|