Created
May 22, 2019 07:02
-
-
Save ihfazhillah/84faeb22096a9c5c98f0c00ebb7335f3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from django.conf import settings | |
def index(request): | |
""" | |
simple render index.html | |
""" | |
return render(request, 'index.html', {'site_key': settings.RECAPTCHA_SITE_KEY}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment