Joined June 2012
·
Achievements
79 Karma
0 Total ProTip Views
Forked
Have a project valued enough to be forked by someone else
Altruist
Increase developer well-being by sharing at least 20 open source projects
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Raven
Have at least one original repo where some form of shell script is the dominant language
Charity
Fork and commit to someone's open source project in need
Python 3
Have at least three original repos where Python is the dominant language
Python
Would you expect anything less? Have at least one original repo where Python is the dominant language
Mongoose
Have at least one original repo where Ruby is the dominant language
Thank you! Very terse and clean.
A couple of issues:
auth_login
andrender_to_response
lines are missing the closing bracket.sensitive_post_parameters
import is missing the wordfrom
.resolve_url
is not imported. (I think it should be fromdjango.shortcuts
.)FormView, View
should be imported fromdjango.views.generic
Nothing major, really, just thought you might want to update the code. Anyway! I plan to use a derivitive of this in my project, so thanks again!