crestify icon indicating copy to clipboard operation
crestify copied to clipboard

Migrate Tag model

Open dhamaniasad opened this issue 6 years ago • 0 comments

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.

dhamaniasad avatar Mar 03 '18 12:03 dhamaniasad