mirror of
https://github.com/OpenBankProject/API-Manager.git
synced 2026-02-06 13:16:52 +00:00
REFACTOR: required local_settings.py constants.
This commit is contained in:
parent
5795815735
commit
462475c9fa
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user