forked from 00dani/lemoncurry
18 lines
358 B
Python
18 lines
358 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',
|
|
),
|
|
]
|