init commit

This commit is contained in:
Trey t
2024-06-23 22:51:58 -05:00
commit ddf67a4fc5
315 changed files with 163458 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# Generated by Django 4.2.2 on 2023-06-12 01:26
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('exercise', '0001_initial'),
]
operations = [
migrations.AlterModelOptions(
name='exercise',
options={'ordering': ('name',)},
),
]