Drafts system implemented

This commit is contained in:
2026-08-05 17:16:09 -05:00
parent 203ff88af1
commit 49c4ff681f
13 changed files with 419 additions and 75 deletions
@@ -0,0 +1,17 @@
# Generated by Django 6.0.3 on 2026-08-05 21:39
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('library', '0015_projectdraft_uuid_and_more'),
]
operations = [
migrations.AlterModelOptions(
name='projectdraft',
options={'ordering': ['-updated_at', '-pk']},
),
]