Django는 처음이라

Django 모델 설정과 MySQL 연결 이슈

 

 

jellyfish _ 김정은

ORM ?

Object Relational Mapping

객체와 관계형 데이터베이스를 자동으로 연결

  • 쿼리셋(queryset)은 데이터베이스의 여러 레코드(row)를 나타낸다.
  • 필터링도 가능하다.

  • DB의 레코드를 가져오려면(fetch) for문을 통해 쿼리셋을 순회해야만한다.

queryset ?

이 함수는 무슨 역할을 하는거지?

사소하지만

어려웠고

고민했던

부분들

mysqlclient?

If you just need to connect to a remote server and run queries, install just mysql-client. 
If you need to host a database, install the client and server.

 

URL 에서  마지막 '/ 슬래시' 의 중요성

http://127.0.0.1:8000/abc/defg

http://127.0.0.1:8000/abc/defg/

http://127.0.0.1:8000/abc/defg

http://127.0.0.1:8000/abc/defg/

android emulator 사용시

유의해야할 점

Q  &  A

secondhand-기술발표

By JUNGEUN KIM

secondhand-기술발표

  • 543