Joined November 2012
·
Achievements
98 Karma
1,751 Total ProTip Views

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

Forked
Have a project valued enough to be forked by someone else

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
Wrote about how to handle forms, that will allow easier customize your view for users of your app - https://coderwall.com/p/ypgd1q. Another thing - you don't need request.method == "POST", except cases when your form is initially already valid.