https://github.com/chairco/dj-monitor
https://github.com/chairco/dj-monitor
django django-q elasticsearch haystack
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chairco/dj-monitor
- Owner: chairco
- Created: 2017-09-20T05:30:13.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T00:35:12.000Z (over 2 years ago)
- Last Synced: 2025-01-25T11:27:08.034Z (5 months ago)
- Topics: django, django-q, elasticsearch, haystack
- Language: JavaScript
- Size: 349 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 目的
監控 ETL 排程任務,結合 `HAYSTACK` 並連結 `Elasticsearch` 快速搜尋歷程紀錄。
## 需要檔案
* 在 `settings/ ` 底下建立一個 local.env。
* 在 `.env` 檔案內包含下列變數環境:
+ DEBUG="True" 要運行的環境 # True or False
+ DATABASE_URL= 指定資料庫路徑。資料庫路徑資訊由 dj-database-url 管理,# syntax: DATABASE_URL=postgres://username:[email protected]:5432/database
+ SECRET_KEY= DJANGO_SECRET_KEY 指定 Django 需要的 secret key。 # 不需要 "" 包住。