remove laundry

This commit is contained in:
Thomas Girod
2025-04-16 10:47:03 +02:00
committed by imperosol
parent 2fc51e9901
commit 54be8addeb
25 changed files with 24 additions and 1139 deletions

View File

@ -0,0 +1,14 @@
# Generated by Django 5.2 on 2025-04-15 19:37
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [("launderette", "0001_initial")]
operations = [
migrations.DeleteModel(name="Launderette"),
migrations.DeleteModel(name="Machine"),
migrations.DeleteModel(name="Slot"),
migrations.DeleteModel(name="Token"),
]