parent
0e55585998
commit
56f79f73d8
6 changed files with 22 additions and 9 deletions
@ -0,0 +1,9 @@ |
|||||||
|
#!/usr/bin/env python |
||||||
|
# -*- coding: utf-8 -*- |
||||||
|
from django.conf import settings |
||||||
|
|
||||||
|
|
||||||
|
def get_dadata_api_key(request): |
||||||
|
return { |
||||||
|
"dadata_api_key": settings.DADATA_API_KEY |
||||||
|
} |
||||||
Loading…
Reference in new issue