17 lines
308 B
Python
17 lines
308 B
Python
|
# Generated by Django 2.1.7 on 2019-03-08 14:53
|
||
|
|
||
|
from django.db import migrations
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
('passbook_audit', '0003_auto_20190221_1240'),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.DeleteModel(
|
||
|
name='LoginAttempt',
|
||
|
),
|
||
|
]
|