studybuffalo / django-flexible-subscriptions

A subscription and recurrent billing application for Django.
GNU General Public License v3.0
249 stars 57 forks source link

Add support for custom user models #125

Open studybuffalo opened 4 years ago

studybuffalo commented 4 years ago

If the user model is modified and certain fields are missing (e.g. username), various pages will return errors.

Will need to evaluate where the user model is referenced and update so that either the user can specify field names for required fields or fail gracefully.

studybuffalo commented 4 years ago

Interim fix at this time is to remove the order_by commands triggering this error (#205).