authentic/src/authentic2/auth_migrations_18/0003_auto_20150410_1657.py

15 lines
313 B
Python

from django.conf import settings
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
('auth', '0002_auto_20150323_1720'),
]
operations = [
migrations.DeleteModel('User'),
]