B
B
blazer052015-01-02 18:32:02
Django
blazer05, 2015-01-02 18:32:02

Where can I get the Keys module?

Hello.
I downloaded a very necessary project from the github, configured it and when the server starts it gives ImportError: No module named keys.
Where can I get this module?
Installed:
Django==1.5.1
PIL==1.1.7
wsgiref==0.1.2 Installed
all this, but I get a module error when starting the server!
5b96c51c57e34fd1a8417ac7b0dfb796.jpg

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vitaly, 2015-01-02
@blazer05

Most likely, this is the local module of the creator of this project, where he stores his API keys. Naturally, he does not want to show them to everyone. Just create your module and add the BING_API_KEY variable there.
You can get the key here: https://datamarket.azure.com/dataset/bing/search
There is a free plan for 5000 queries per month.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question