cjmabry / reddimatch

Where redditors meet!
0 stars 0 forks source link

change genders in DB to numbers with corresponding table #41

Closed cjmabry closed 8 years ago

cjmabry commented 8 years ago

Ref. app/views.py:267

                #TODO change genders in DB to numbers with corresponding table

                favs = models.User.query.filter_by(reddit_username=u.username).first().favorited_subs().all()

…

(automatically generated by Github-Todos)