An open API service indexing awesome lists of open source software.

https://github.com/chairco/dj-monitor


https://github.com/chairco/dj-monitor

django django-q elasticsearch haystack

Last synced: 3 months ago
JSON representation

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。 # 不需要 "" 包住。