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-7.0.3.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 20ba5bb2927f1dd76944bf867368634006dbd4b8221fecfb9222796ff6200fd9 |
|
MD5 | 10a80e44c47aca0f1dc48568b2830ca6 |
|
BLAKE2b-256 | 86f4f45b02bf32b97ea48dc4154c935c22272f4479ba4b773d07a729fedb913a |
Hashes for molo.servicedirectory-7.0.3-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9f345509051d15d969f78187107af29a25971252169cae2b5a8a35f72f7333e4 |
|
MD5 | c4c6cbb99ad5ba0767ebfdcf454e4851 |
|
BLAKE2b-256 | 542f8ed4cc9d108f2f6c7ddd321bfac060594dc45394fc94b26fff736fc762a7 |