ProjectFFF / FFF

Find Fine Fit (First Django Project)
BSD 2-Clause "Simplified" License
5 stars 0 forks source link

account backend #13

Open baaaam771 opened 4 years ago

baaaam771 commented 4 years ago

account backend 해결 과제

baaaam771 commented 4 years ago

python manage.py makemigrations python manage.py migrate

데이터를 연결시켜야해서 migrate를 해줘야 한다. superuser를 통일시키는 것도 가능한가 공부해봐야 할 일

Dohyeong-Cheon commented 4 years ago

python manage.py makemigrations

python manage.py migrate 데이터를 연결시켜야해서 migrate를 해줘야 한다. superuser를 통일시키는 것도 가능한가 공부해봐야 할 일

구성원 가입한다음에 수퍼유저로 권한 허용하는건 어때.>>?? https://stackoverflow.com/questions/58454017/is-there-a-way-to-set-all-members-of-a-group-to-be-superuser-in-django

baaaam771 commented 3 years ago

id, password로 회원가입 가능 계정

baaaam771 commented 3 years ago

해결 과제

baaaam771 commented 3 years ago

django.contrib.auth.models 활용 https://wayhome25.github.io/django/2017/05/18/django-auth/ https://yonghyunlee.gitlab.io/python/user-extend/

baaaam771 commented 3 years ago

계정 생성은 가능한데 로그인 기능 에러