You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 hastimezone
field.The text was updated successfully, but these errors were encountered: