Compare commits
1 Commits
| Author | SHA1 | Date |
|---|---|---|
|
|
56f79f73d8 | 9 years ago |
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