2017-11-02 01:36:16 -04:00
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
# Generated by Django 1.11.7 on 2017-11-02 05:35
|
|
|
|
from __future__ import unicode_literals
|
|
|
|
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
2023-08-10 02:52:37 -04:00
|
|
|
("lemonauth", "0001_initial"),
|
2017-11-02 01:36:16 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
operations = [
|
|
|
|
migrations.DeleteModel(
|
2023-08-10 02:52:37 -04:00
|
|
|
name="IndieAuthCode",
|
2017-11-02 01:36:16 -04:00
|
|
|
),
|
|
|
|
]
|