pathagar
pathagar copied to clipboard
Pathagar is a simple bookserver serving OPDS feeds
As a django operator, I want to specify configuration through environment variables so that I can easily set configuration for my site without having to manage python code in a...

Selenium
And others tests
Following #90, valide_unique() needs rewrite: - `super()` is not called ! - A proper ValidationError is called with NON_FIELD_ERRORS (https://docs.djangoproject.com/en/1.11/ref/exceptions/#non-field-errors) but this key is not reused by management command: it...
I have about 140 books already imported and each time I run the addbooks command, my `static_media` grows by 0.9GB. It looks like the cover files get copied even though...
If you have `DEBUG = False` and run into a bug, you'll get a crash without any helpful messaging because there's no 500 template.
After editing a book, the user is returned to the edit page, but a message is displayed "The book already exists in the server." This is confusing because it implies...
Folks around the world with limited access to desktop computers often access the internet via a mobile device which have smaller screen sizes. Pathagar won't work for these users. We...
We've gotten a few reports that the fabric instructions don't work or are hard to follow. We don't have the resources to support it, so it's best to remove it...