mirror of
https://github.com/Damillora/Altessimo
synced 2024-11-22 05:57:31 +00:00
19 lines
384 B
Python
19 lines
384 B
Python
# Generated by Django 3.1.4 on 2020-12-16 16:13
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('categories', '0002_category_slug'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name='branch',
|
|
name='description',
|
|
field=models.TextField(blank=True),
|
|
),
|
|
]
|