Results 4 issues of Kim Dongwoo

` 로 묶여있는 코드는 글 미리보기시 나타나지 않고 있습니다. 미리보기 부분 캡 쳐 본문 캡쳐

BUG
UI/UX

블로그 운영시 구글 애널리틱스를 자주 이용하곤 합니다. gtag id를 blog-config.js 에 설정할 수 있도록 하면 더욱 편리하게 연동하여 사용할 수 있을 것으로 생각합니다.

changed pychubby/data.py In python 3.x, there is an issue about import "urllib.request" We have to import urllib.request explictly. [referance:stackoverflow](https://stackoverflow.com/questions/37042152/python-3-5-1-urllib-has-no-attribute-request)

I meet an issue when `docker-compose up -d` ``` ImportError: cannot import name 'Celery' from 'celery' (/usr/local/lib/python3.7/site-packages/celery/__init__.py) ``` I fix it in this way. (at data-backend/app/pyproject.toml) ``` ... [tool.poetry.dependencies] python...