Skip to content

Commit

Permalink
merge migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
SahilDhillon21 committed Jan 8, 2025
1 parent 04162b0 commit 1f48c66
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Generated by Django 5.1.4 on 2025-01-08 06:14

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
("website", "0175_merge_20241219_1501"),
("website", "0179_contributorstats"),
]

operations = []

0 comments on commit 1f48c66

Please sign in to comment.