(1) 음식 종류(한식/분식, 패스트푸드, 중식, …)
(2) 장소(제주시, 서귀포시)
로그인(리뷰有) 유저 : index.html → place_list.html
비로그인(리뷰X) 유저 : index.html → place_preference.html → place_list.html
├─ places
│ ├─ migrations
│ ├─ __init__.py
│ ├─ admin.py
│ ├─ apps.py
│ ├─ client.py
│ ├─ index.py
**│ ├─ models.py *****
**│ ├─ rcm_places.py *****
**│ ├─ serializers.py *****
│ ├─ tests.py
│ ├─ **urls.py *****
**│ └─ views.py *****