mattupstate / overholt

Example Flask application illustrating some of my common practices
http://mattupstate.com/blog/how-i-structure-my-flask-applications/
MIT License
1.6k stars 236 forks source link

Manager command delete_user invalid #5

Closed sethmoon closed 11 years ago

sethmoon commented 11 years ago

in overholt/manage/users.py it should delete a user, not the UserService, users.

users.delete(user)
mattupstate commented 11 years ago

Thanks for catching that.