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,18 @@
# Generated by Django 4.2.2 on 2023-06-14 13:23
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('exercise', '0002_alter_exercise_options'),
]
operations = [
migrations.AddField(
model_name='exercise',
name='duration',
field=models.IntegerField(blank=True, max_length=4, null=True),
),
]