Created
December 18, 2017 14:04
-
-
Save sean7218/4f19b36707049f872e0f6c43c336b394 to your computer and use it in GitHub Desktop.
draft.py
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
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