파일 설명 업데이트
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
# ga4.py
|
||||||
|
'''
|
||||||
|
퍼스트가든 구글 애널리틱스 API를 활용해 관련 데이터를 DB에 저장함
|
||||||
|
병렬 처리를 통해 처리 속도 향상
|
||||||
|
'''
|
||||||
|
|
||||||
import sys, os
|
import sys, os
|
||||||
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
|
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user