Place App 기능 페이지

1) index.html

Untitled

2) place_preference.html

(1) 음식 종류(한식/분식, 패스트푸드, 중식, …)

(2) 장소(제주시, 서귀포시)

Untitled

Untitled

3) place_list

Untitled


Place App Structure

├─ 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    *****