Skip to content

Commit

Permalink
fix: 프로필 이미지 업로드 위치 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ybkang1108 committed Aug 10, 2024
1 parent dfa7b49 commit 180d068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accounts/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class User(AbstractUser):
)

profile_img = models.ImageField(
default="default_profile_img.jpg", upload_to="profile_imgs"
default="default_profile_img.jpg", upload_to="profile_img/"
)

reliability = models.SmallIntegerField(default=80)
Expand Down

0 comments on commit 180d068

Please sign in to comment.