dhamaniasad / crestify

Intelligent Bookmarking
http://crestify.github.io/crestify
BSD 3-Clause "New" or "Revised" License
260 stars 21 forks source link

Migrate Tag model #39

Open dhamaniasad opened 6 years ago

dhamaniasad commented 6 years ago

It seems that when Crestify was published publicly, the Tag model had some VCS issues and we ended up with two different versions of the Tag model in different parts of the code.

We use a M2M relationship, and used an array of strings earlier. We need to add the M2M model back in with a migration, else imports, among other things, will be broken. Issue #33 is also because of this.