Advertisement
akonrad

Module 2 views.py

Feb 17th, 2020
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. # Module 2
  2. def index(request):
  3. if request.method == "GET":
  4. return render(request, 'share/index.html') # new line
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement