jd7h / josephine

Book catalogue system in Python 3/Django3, modeled after GoodReads and books.hansdezwart.nl. Comes with a GoodReads import script.
10 stars 2 forks source link

Save site preferences for a user #40

Closed jd7h closed 4 years ago

jd7h commented 4 years ago

Two possibilities:

jd7h commented 4 years ago

We will do both. SitePreferences are saved as extention, but we will also have a "custom" (standard) Django User model in case we need it in the future. SitePreferences references settings.AUTH_USER_MODEL instead of a particular model.