Posts
Q&A
์น์ 6 ๋ก๋๋ฐธ๋ฐ์ค : ์ธ์คํด์ค ์์ฑ ํ ๋ฌธ์
๋ณด์๊ทธ๋ฃน์์ http ๋ฅผ ์ง์ ์์ํด์คฌ๋๊ฒก ์์ธ์์ต๋๋คใ
- 0
- 3
- 162
Q&A
์น์ 6 ๋ก๋๋ฐธ๋ฐ์ค : ์ธ์คํด์ค ์์ฑ ํ ๋ฌธ์
AI๊ฐ ์๋ ค์ค๊ฑด ์๋ผ๋ค์ฌ
- 0
- 3
- 162
Q&A
updateform, A user with that username already exists. ์๋ฌ
์ ๋ ๊ฐ์ ๋ฌธ์ ๋ก ์ฐพ์๋ดค์ด์(+chatgptํ์ฉ)views.py# (3)์์ ๋ทฐ class AccountUpdateView(UpdateView): #ํด๋น CBV๋ฅผ ํตํด ํ์ฉํ ๋ชจ๋ธ๊ฐ์ฒด ํ๋ผ๋ฏธํฐ model = User #User ๋ก ๋ชจ๋ธ ์ง์ #๊ธฐ์กด django ์ ๊ณต UserCreationForm์ ๋ฆฌํฉํ ๋ฆฌํ forms.py์์ ์ ์ํ AccountUpdatedForm ํ์ฉ form_class = AccountUpdateForm #ํด๋น CBV๋ฅผ ํตํด ๋ฐํํ ํ์ด์ง success_url = reverse_lazy("accountapp:hello_world") # ํด๋น CBV๋ฅผ ํตํด ๋ณผ ํ์ด์ง template_name = "accountapp/update.html" def get_success_url(self): return reverse("accountapp:detail", kwargs={'pk': self.object.pk})forms.pyfrom django.contrib.auth.forms import UserCreationForm from django.contrib.auth.models import User # UserCreationForm ์์ ๋ฐ ์ฌํ์ฉ class AccountUpdateForm(UserCreationForm): class Meta: model = User fields = ['username', 'password1', 'password2'] def __init__(self, *args, **kwargs): super().__init__(*args, **kwargs) # UserCreationForm ํ๋ ์ค username ํ๋๋ ์์ ๋ชป ํ๋๋ก ์ ๊ธ self.fields["username"].disabled = True def clean_username(self): # ํ์ฌ ์ฌ์ฉ์๋ช ์ ์ด๋ฏธ ์กด์ฌํ๋ ๊ฒ์ผ๋ก ๊ฐ์ฃผ return self.instance.usernameํด๊ฒฐ์ด์ฉ!
- 3
- 3
- 1.5K
Q&A
Rag ๋ชจ๋ธ
์ ๊ทธ๋ ๋ค๋ฉด csv ๋ ๋ฐ์ดํฐํ๋ ์ํํ์ ๋ฐ์ดํฐ๋ฅผ pdf๋ก ๋ด๋ถ์ฝ๋์์ ๋ณํํ๊ณ ์ด๋ฅผ splitํด์ ๋ฒกํฐ์คํ ์ด ์ ์ฅ ๋ฑ์ ํ๋ก์ธ์ค๋ก ์งํํด๋ ๊ฐ์ ๊ฒฐ๊ณผ์ผ๊น์??
- 0
- 2
- 466
Q&A
text-splitters ์ค์น ์ค ๊ถํ๋ฌธ์
์ ๋ค์ ์ค์นํ๊ณ ๋ฒ์ ผ๋ง์ถฐ์ํด๋ดค๋๋ ๋๋ค์ ใ ใ ๊ฐ์ฌํฉ๋๋ค.
- 0
- 2
- 280
Q&A
๊ฐ์ํ๊ฒฝ์ด ๋ณด์ด์ง์์์
ํด๊ฒฐํ์ต๋๋ค ๊ฐ์ฌํฉ๋๋ค ใ ใ ํ๊ฒฝ๋ณ์๋ฅผ ์๋ชป์ ๋ ฅํ๋๋ด์ใ ใ
- 0
- 4
- 453
Q&A
๊ฐ์ํ๊ฒฝ์ด ๋ณด์ด์ง์์์
๊ธฐ๋ค๋ฆฌ๋๋ฐ ์์ฑ์ด์๋๋๋ฐ ์ด๋ป๊ฒํด์ผํ๋์ ใ ใ
- 0
- 4
- 453
Q&A
์ถ๊ฐ์ง๋ฌธ ํ๊ฒฝ์ธํ )
(์ฌ์ง)๋๊ฒ์ธ๊ฐ์ฉ??
- 0
- 3
- 304
Q&A
์ถ๊ฐ์ง๋ฌธ ํ๊ฒฝ์ธํ )
socket closed๋ผ๋ ๋ฌธ๊ตฌ๋ ๋ด์ด์ใ
- 0
- 3
- 304
Q&A
๋ฉ๋ก : response406
์ ๊ฐ์ฌ๋ ํค๋๊ฐ์ ์กฐ์ ํ๋ ์ ์๋์๊ณ ๊ฐ๋ ๋์ด์ง๋๋ค. ๊ฐ์ฌ๋ ๊ฐ์ ์ฐธ๊ณ ํ์ฌ์ ํค๋๊ฐ์กฐ์ ํ์ด์. ๊ฐ์ฌํฉ๋๋ค.
- 0
- 2
- 312




