This is the molo.servicedirectory project.
Project description
A molo module for calling service directory.
The following keys should be set in the django projects settings file (the values are only examples):
SERVICE_DIRECTORY_API_BASE_URL = ‘http://0.0.0.0:8000/api/’
SERVICE_DIRECTORY_API_USERNAME = ‘root’ SERVICE_DIRECTORY_API_PASSWORD = ‘admin’
GOOGLE_PLACES_API_SERVER_KEY = ‘thisisnotarealkeyreplaceitwithyourown’
ideally things like the passwords and api keys should be kept out of the repository and possibly included in the settings through importing from a secrets file that is ignored by the version control.
eg in settings.py:
- try:
from secrets import *
- except ImportError:
raise
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for molo.servicedirectory-6.1.14.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6a0d495e73d63888b9ce29735f45acb8edc1246b130bac8b3d0ebb70b4c04e32 |
|
MD5 | 1ff0d77175e80c5d4da24740ba52a7fe |
|
BLAKE2b-256 | 23a59e08fa8a12577c5ef7cde3a320af91f4e9c2362a55b6095fa7f3c8e95726 |
Hashes for molo.servicedirectory-6.1.14-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3550a6ba973b07c3e3fb7d923464851292cdb1b6ca51a8d7b69ca4c9f4dbccd9 |
|
MD5 | 5f2c19820fa71e9630f95c3ab6cfc413 |
|
BLAKE2b-256 | 4ee921765f95ce6b837c1be3ae6147bc96ea6d954daa755f6f083e4c4850e6bc |