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,20 @@
# Generated by Django 4.2.2 on 2023-07-25 15:55
from django.db import migrations, models
import django.db.models.deletion
class Migration(migrations.Migration):
dependencies = [
('workout', '0011_alter_completedworkout_notes'),
('superset', '0005_supersetexercise_order'),
]
operations = [
migrations.AlterField(
model_name='superset',
name='workout',
field=models.ForeignKey(on_delete=django.db.models.deletion.CASCADE, related_name='superset_workout', to='workout.workout'),
),
]