2017-10-30 22:57:55 -04:00
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
# Generated by Django 1.11.6 on 2017-10-31 02:57
|
|
|
|
from __future__ import unicode_literals
|
|
|
|
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
2023-08-10 02:52:37 -04:00
|
|
|
("users", "0007_auto_20171031_1347"),
|
2017-10-30 22:57:55 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
operations = [
|
|
|
|
migrations.AlterModelOptions(
|
2023-08-10 02:52:37 -04:00
|
|
|
name="site",
|
|
|
|
options={"ordering": ("domain",)},
|
2017-10-30 22:57:55 -04:00
|
|
|
),
|
|
|
|
]
|