Skip to content

Commit 30c9b60

Browse files
committed
update: 앱 라벨명 중복 이슈 해결
1 parent f75088e commit 30c9b60

File tree

12 files changed

+7
-6
lines changed

12 files changed

+7
-6
lines changed
File renamed without changes.

account/apps.py renamed to accounts/apps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
class AccountConfig(AppConfig):
55
default_auto_field = "django.db.models.BigAutoField"
6-
name = "account"
6+
name = "accounts"
File renamed without changes.

accounts/migrations/__init__.py

Whitespace-only changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

account/views.py renamed to accounts/views.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
from rest_framework.views import APIView
1414
from rest_framework.decorators import api_view
1515

16-
from account.logics import get_basic_auth_token
17-
from account.view_models import UserTicketInfo
16+
from accounts.logics import get_basic_auth_token
17+
from accounts.view_models import UserTicketInfo
1818
from ticket.models import Ticket
1919

2020
from allauth.account.views import LoginView, LogoutView

0 commit comments

Comments
 (0)