Skip to content

Instantly share code, notes, and snippets.

@ihfazhillah
Created May 22, 2019 07:02
Show Gist options
  • Save ihfazhillah/84faeb22096a9c5c98f0c00ebb7335f3 to your computer and use it in GitHub Desktop.
Save ihfazhillah/84faeb22096a9c5c98f0c00ebb7335f3 to your computer and use it in GitHub Desktop.
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