Closed frankystone closed 1 year ago
All works fine.
On alpha there might be complications applying this branch, because some migrations where added accidentally recently. To fix that one has to remove the accidentally made migrations from the table django_migrations
in the mysql console.
This adds some migrations to fit the latest changes on models like adding/changing the
on_delete
argument.DEFAULT_MARKUP
. The bug was that pybb uses string based choices whereas threadedcomments uses int-based choicesI wanted to make a test by setting up a new website like described in the README, so please wait with merging until my test succeeds.