From 462475c9faf6539c7028be1b9965c663ae6a0ed9 Mon Sep 17 00:00:00 2001 From: mark-tesobe Date: Thu, 12 Jan 2023 13:09:50 +0800 Subject: [PATCH] REFACTOR: required local_settings.py constants. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 36f81b1..e43a018 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ or maybe upgrade dependency version, If still facing issue to run **pip install ├── static-collected └── venv ``` -6. Then, update information in local_setting.py file, the example is below for updating information. For this file, required **OAUTH_CONSUMER_KEY** and **OAUTH_CONSUMER_SECRET** to run this app. For this purpose, must be OBP-API running locally. Follow these steps to run [OBP-API Local](https://github.com/OpenBankProject/OBP-API). +6. Then, update information in local_setting.py file, the example is below for updating information. For this file, required **BASE_DIR**, **EXCLUDE_APPS**, **EXCLUDE_FUNCTIONS**, **EXCLUDE_URL_PATTERN**, **API_EXPLORER_APP_NAME**, **API_DATEFORMAT**, **SECRET_KEY**, **API_HOST**, **OAUTH_CONSUMER_KEY** and **OAUTH_CONSUMER_SECRET** to run this app. For this purpose, must be OBP-API running locally. Follow these steps to run [OBP-API Local](https://github.com/OpenBankProject/OBP-API). ```python