aristippe / pathagar

Pathagar is a simple bookserver serving OPDS feeds
GNU General Public License v2.0
1 stars 1 forks source link

Uploader name in Book model #2

Closed aristippe closed 8 years ago

aristippe commented 8 years ago

For those that upload through the web, store uploader's name.

sinergatis commented 8 years ago

This is probably best handled by having a ForeignKey that points to a User (probably nullable, as not-logged in users seems to be able to add books if settings.ALLOW_PUBLIC_ADD_BOOKS is set to True?).

sinergatis commented 8 years ago

Closed by #51!