miguelgrinberg / REST-auth

Example application for my RESTful Authentication with Flask article.
http://blog.miguelgrinberg.com/post/restful-authentication-with-flask
MIT License
922 stars 337 forks source link

SQLAlchemy 0.9.3 and some code style changes (PEP8, etc) #1

Closed floweb closed 10 years ago

miguelgrinberg commented 10 years ago

Thanks. How will SQLAlchemy know the lengths of the username and password hash fields after your change removed them?

floweb commented 10 years ago

My bad, it was a honest mistake to remove them.