Skip to content

Commit

Permalink
Update core/migrations/0006_auto_20240130_1644.py
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Walker <theshow@gmail.com>
  • Loading branch information
amakarudze and marksweb committed Feb 1, 2024
1 parent 1db986f commit 182f108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/migrations/0006_auto_20240130_1644.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class Migration(migrations.Migration):
"organizer",
models.ForeignKey(
on_delete=django.db.models.deletion.CASCADE,
related_name="oganizer",
related_name="organizer",
to=settings.AUTH_USER_MODEL,
),
),
Expand Down

0 comments on commit 182f108

Please sign in to comment.