hovel / pybbm

Django forum solution. Tested, documented, shipped with example project.
BSD 2-Clause "Simplified" License
225 stars 151 forks source link

pybbm is incompatible with django-user-accounts #245

Open lampslave opened 8 years ago

lampslave commented 8 years ago

django-user-accounts is used in example_thirdparty, but profile relation still point to pybb.profiles.PybbProfile, because settings.PYBB_PROFILE_RELATED_NAME is absent. When settings are fixed, the exception raises on main page because pybb.profiles.PybbProfile has time_zone field, and account.models.Account has timezone field.