Skip to content

Commit

Permalink
Added recommendation blurb feature
Browse files Browse the repository at this point in the history
  • Loading branch information
tsu-ki committed Nov 23, 2024
1 parent 5fa1bb6 commit 81b03c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ chromedriver
requirements.txt
*.code-workspace
*.log
*.exe
*.exe.DS_Store
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Migration(migrations.Migration):

dependencies = [
("website", "0153_delete_contributorstats"),
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
Expand Down Expand Up @@ -48,4 +47,4 @@ class Migration(migrations.Migration):
fields=("recommender", "recommended_user"), name="unique_recommendation"
),
),
]
]

0 comments on commit 81b03c8

Please sign in to comment.