Skip to content

Instantly share code, notes, and snippets.

@sean7218
Created December 18, 2017 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sean7218/4f19b36707049f872e0f6c43c336b394 to your computer and use it in GitHub Desktop.
Save sean7218/4f19b36707049f872e0f6c43c336b394 to your computer and use it in GitHub Desktop.
draft.py
class StackView(View):
def get(request):
return render(request, 'stacker/stack.html', context)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment