15 lines
283 B
Python
15 lines
283 B
Python
|
# Generated by Django 4.2.16 on 2024-11-02 20:52
|
||
|
|
||
|
from django.db import migrations
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
('seminar', '0142_odstrel_treenode_delete'),
|
||
|
('treenode', '0003_odstrel_treenode_post'),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
]
|