move code into newly created ./src/ dir

This commit is contained in:
Disco DeDisco
2026-01-03 23:36:38 -05:00
parent 011fca41ef
commit ab96364a24
23 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# Generated by Django 6.0 on 2025-12-31 05:18
from django.db import migrations, models
class Migration(migrations.Migration):
initial = True
dependencies = [
]
operations = [
migrations.CreateModel(
name='Item',
fields=[
('id', models.BigAutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')),
],
),
]