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,19 @@
# Generated by Django 4.2.2 on 2023-06-22 03:59
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('workout', '0005_completedworkout_total_time_and_more'),
]
operations = [
migrations.AddField(
model_name='completedworkout',
name='notes',
field=models.TextField(default=''),
preserve_default=False,
),
]