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 Distributions
Built Distribution
Hashes for molo.servicedirectory-1.3.1-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 52aab3474715f9bc04db7588982fb8413ccc870b8e787eac366e28f4891fb63c |
|
MD5 | 9b856650fbe6934eaf7fcb6ac650fbed |
|
BLAKE2b-256 | c69e1b4df2355d9f853e7cef2980407d6291925679d72ec7f2db7cd56d7e088f |