can create a workout
This commit is contained in:
17
exercise/migrations/0002_alter_exercise_options.py
Normal file
17
exercise/migrations/0002_alter_exercise_options.py
Normal 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',)},
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user