allianceauth/allianceauth/services/migrations/0001_squashed_0003_delete_groupcache.py
2025-03-05 11:48:43 +10:00

18 lines
355 B
Python

# Generated by Django 1.11.5 on 2017-10-07 03:55
from django.conf import settings
from django.db import migrations
class Migration(migrations.Migration):
initial = True
dependencies = [
('auth', '0008_alter_user_username_max_length'),
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
]
operations = [
]