Skip to content

Instantly share code, notes, and snippets.

@Hassanzadeh-sd
Last active October 15, 2019 14:23
Show Gist options
  • Save Hassanzadeh-sd/6930362d0965d160ab034baa060a720c to your computer and use it in GitHub Desktop.
Save Hassanzadeh-sd/6930362d0965d160ab034baa060a720c to your computer and use it in GitHub Desktop.
from django.shortcuts import render, HttpResponse
def Home(request):
print("Home Page View")
return HttpResponse("Home Page")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment