추천알고리즘

설문조사


Response 예시

{
  "response": {
    "header": { "resultCode": "0000", "resultMsg": "OK" },
    "body": {
      "items": {
        "item": [
          {
            "addr1": "경상남도 고성군 공룡로 3030",
            "addr2": "",
            "areacode": "36",
            "booktour": "",
            "cat1": "A05",
            "cat2": "A0502",
            "cat3": "A05020100",
            "contentid": "2851751",
            "contenttypeid": "39",
            "createdtime": "20220907185711",
            "firstimage": "",
            "firstimage2": "",
            "mapx": "128.3205308080",
            "mapy": "34.9619700449",
            "mlevel": "6",
            "modifiedtime": "20220907185720",
            "readcount": 0,
            "sigungucode": "3",
            "tel": "",
            "title": "일번수산왕새우",
            "zipcode": "52934"
          }
        ]
      },
      "numOfRows": 1,
      "pageNo": 1,
      "totalCount": 36413
    }
  }
}

areaCode 정리

Untitled

contentTypeId 정리

Untitled

MYSQL

DATABASES = {
    'default' : {
        'ENGINE' : 'django.db.backends.mysql',
        'NAME' : 'D205_2',
        'USER' : 'root',
        'PASSWORD' : 'ssafyd205',
        'HOST' : 'localhost',
        'PORT' : '3306',
    }
}
SECRET_KEY = 'django-insecure-q)7@z237urqggliow*97xh8g89-8d_e8!zzykx2-#g4qtqe1p6'