gestiojeux/accounts/migrations/0002_delete_user.py
sinavir fee31ab07b feat: switch to authens
Be careful there is no User migration
2024-07-04 18:15:57 +02:00

16 lines
284 B
Python

# Generated by Django 4.2.11 on 2024-07-02 20:26
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('accounts', '0001_initial'),
]
operations = [
migrations.DeleteModel(
name='User',
),
]