17 lines
357 B
Python
17 lines
357 B
Python
# -*- 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 = [
|
|
("lemonauth", "0001_initial"),
|
|
]
|
|
|
|
operations = [
|
|
migrations.DeleteModel(
|
|
name="IndieAuthCode",
|
|
),
|
|
]
|