Building my first Django app
I decided to start translating "Writing your first Django app" from djangoproject.com for beginners who have never touched Django before, rather than intermediate courses such as setting up a server for Django development environment. I will add paraphrases and my own explanations for faster understanding.

- Unresolved
템플릿 시스템 부분에서 질문있습니다
일단 시키는 순서대로 따라해가고 있는 초보입니다.. detail.html 도 수정해서 넣었는데 브라우저를 리프레쉬하니 출력하는 내용 텍스트는 같지만 저렇게 투표창은 뜨지 않네요 이유가 무엇인가요..? 파이썬3.8 장고 3 쓰고 있습니다.
djangojinhui06043458
・
0
206
0
- Unresolved
유니코드 디코드 에러가 뜹니다
Unhandled exception in thread started by .........UnicodeDe
djangohoon96932422
・
0
235
0
- Unresolved
_str_()메소드 추가
polls/models.py에 _str_() 메소드 추가 다 하고 쉘 다시 새로 시작한 다음에도 Question.objects.all() 실행후 이 아니라 라고 나오는데 뭐가 문제일까요?
djangochoongyeju0438
・
0
215
0
- Unresolved
def __str__(self): 를 추가하면 에러가 나요 ㅠㅠ
"", line 978, in _gcd_import File "", line 961, in _find_and_load File "", line 950, in _find_and_load_unlocked File "", line 655, in _load_
djangodudgns45558281
・
0
263
1
- Unresolved
복사해서 붙여놓아도 계속 not found에요
복사해서 붙여놓아도 계속 not found에요 ㅠㅠㅠ
djangodudgns45558281
・
0
296
3
- Unresolved
mysite 사이트 생성시
설명에는 윈도우즈 컨맨드에서 $ django-admin startproject mysite .이렇게 실행하면 mysite가 생긴다고 하는데 안생김...설명이 좀 부족한드 합니다..일딴 검색으로 mysite 폴더 생성은 했는데.. 윈도우 컨맨더에서 python dj
djangoidmail750112
・
0
301
1

