issues Search Results · repo:likelion-kookmin/mentorink language:JavaScript
Filter by
11 results
(63 ms)11 results
inlikelion-kookmin/mentorink (press backspace or delete to remove)https://github.com/likelion-kookmin/mentorink/blob/c30b0f143840d21e7cb2fc551b95e58b6b24a046/me_project/account/admin.py#L1-6
어드민 사이트는 생각보다 다양한 옵션들을 넣을 수 있습니다.
- 아래 블로그에서 자세한 설명 보실 수 있습니다. https://wayhome25.github.io/django/2017/03/22/django-ep8-django-admin/ ...
shinkeonkim
- Opened on Jun 19, 2021
- #11
https://github.com/likelion-kookmin/mentorink/blob/c30b0f143840d21e7cb2fc551b95e58b6b24a046/me_project/account/admin.py#L4
쓸모 없는 주석을 삭제해주세요.
shinkeonkim
- Opened on Jun 19, 2021
- #10
https://github.com/likelion-kookmin/mentorink/blob/c30b0f143840d21e7cb2fc551b95e58b6b24a046/me_project/account/models.py#L8-L14
USER_POS 보다는 USER_POSITION_CHOICES 로 길게 더 명시해주는게 좋습니다 :)
변수명을 짧게 줄이는 것보다는 ...
shinkeonkim
- Opened on Jun 19, 2021
- #9
https://github.com/likelion-kookmin/mentorink/blob/c30b0f143840d21e7cb2fc551b95e58b6b24a046/me_project/me_project/templates/base.html#L11-L31
script 태그들을 body /body 안에 옮기면서 맨 끝으로 옮겨주세요.
ex.
body
블라블라 ...
shinkeonkim
- Opened on Jun 19, 2021
- #8
https://github.com/likelion-kookmin/mentorink/blob/c30b0f143840d21e7cb2fc551b95e58b6b24a046/me_project/me_project/templates/base.html#L11-L31
nav 태그는 head 태그가 아닌 body 태그안에 들어가 있어야 합니다.
shinkeonkim
- Opened on Jun 19, 2021
- #7
https://github.com/likelion-kookmin/mentorink/blob/c30b0f143840d21e7cb2fc551b95e58b6b24a046/me_project/account/templates/login.html#L1-L7
base.html을 extends 하든 html 태그로 감싸주신 뒤에 style을 추가해주시면 좋을 것 같습니다. ...
shinkeonkim
- Opened on Jun 19, 2021
- #6
https://github.com/likelion-kookmin/mentorink/blob/c30b0f143840d21e7cb2fc551b95e58b6b24a046/me_project/account/templates/login.html#L1-L7
signup.html 파일이 쓰이고 있으니 이를 따라서 login.html을 signin.html로 고치는게 어떨까요? ...
shinkeonkim
- Opened on Jun 19, 2021
- #5
https://github.com/likelion-kookmin/mentorink/blob/c30b0f143840d21e7cb2fc551b95e58b6b24a046/me_project/me_project/urls.py#L9-L15
accounts와 같이 me_app 폴더에 urls.py를 만들고 me_project 폴더의 urls.py에서 include 하는 ...
shinkeonkim
- Opened on Jun 19, 2021
- #4
https://github.com/likelion-kookmin/mentorink/blob/c30b0f143840d21e7cb2fc551b95e58b6b24a046/me_project/me_app/models.py#L15
idea에 댓글을 달고 있는 상황이며, Idea 모델이 있기 때문에 idea 라는 컬럼명이 더 자연스러운 것 같습니다.
1. models.py ...
shinkeonkim
- Opened on Jun 19, 2021
- #3
https://github.com/likelion-kookmin/mentorink/blob/c30b0f143840d21e7cb2fc551b95e58b6b24a046/me_project/me_app/models.py#L5
shinkeonkim
- Opened on Jun 19, 2021
- #2

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.