forked from DGNum/gestiojeux
16 lines
284 B
Python
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',
|
|
),
|
|
]
|