Closed asfaltboy closed 8 years ago
The commits are pretty straightforward, however some "funny business" was required in regards with the habitat app/table renaming: I opted to avoid actually renaming the db table, so running manage.py migrate --fake is required.
habitat
manage.py migrate --fake
This was briefly mentioned in issue #1
Thanks, I merged the PR into a new branch feature/use-habitica-api so I can continue to work on there.
branch feature/use-habitica-api
The commits are pretty straightforward, however some "funny business" was required in regards with the
habitat
app/table renaming: I opted to avoid actually renaming the db table, so runningmanage.py migrate --fake
is required.This was briefly mentioned in issue #1