cfpb / idea-box

An application that lets an organization collect ideas, comment on them, and vote them up.
Creative Commons Zero v1.0 Universal
158 stars 49 forks source link

Clean up unnecessary dependencies #80

Closed m3brown closed 9 years ago

m3brown commented 9 years ago

Notable changes:

1) Remove dependency on Collab's core.CollabUser as the custom user model. The only reason this was included in the past was because the class is hard coded in South's migration files.

2) Remove dependency on Collab's core.taggit, as this caused issues when running without CollabUser

3) Remove dependency on haystack/elasticsearch

dpford commented 9 years ago

Looks good, Mike!