Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

제안: 상수명 변경 #9

Open
shinkeonkim opened this issue Jun 19, 2021 · 0 comments
Open

제안: 상수명 변경 #9

shinkeonkim opened this issue Jun 19, 2021 · 0 comments

Comments

@shinkeonkim
Copy link
Member

USER_POS = (
('전문가', '전문가'),
('일반', '일반'),
)
nickname = models.CharField(max_length=100)
position = models.CharField(
max_length=10, choices=USER_POS, help_text='전문가인지 일반유저인지 선택해주세요!')

USER_POS 보다는 USER_POSITION_CHOICES 로 길게 더 명시해주는게 좋습니다 :)

변수명을 짧게 줄이는 것보다는 최대한 자세하게 써주는게 더 좋습니다!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant