This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
corbo/corbo/migrations/0012_auto_20200413_1854.py

20 lines
411 B
Python

# -*- coding: utf-8 -*-
# Generated by Django 1.11.17 on 2020-04-13 18:54
from __future__ import unicode_literals
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('corbo', '0011_auto_20180426_1334'),
]
operations = [
migrations.AlterModelOptions(
name='category',
options={'ordering': ['name']},
),
]