2017-12-06 06:13:54 -05:00
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
# Generated by Django 1.11.7 on 2017-12-06 11:11
|
|
|
|
from __future__ import unicode_literals
|
|
|
|
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
2023-08-10 02:52:37 -04:00
|
|
|
("users", "0009_user_xmpp"),
|
2017-12-06 06:13:54 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
operations = [
|
|
|
|
migrations.AlterModelOptions(
|
2023-08-10 02:52:37 -04:00
|
|
|
name="site",
|
|
|
|
options={"ordering": ("name",)},
|
2017-12-06 06:13:54 -05:00
|
|
|
),
|
|
|
|
]
|