pathagar icon indicating copy to clipboard operation
pathagar copied to clipboard

Pathagar is a simple bookserver serving OPDS feeds

Results 82 pathagar issues
Sort by recently updated
recently updated
newest added

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...

![screenshot from 2019-02-20 20-47-32](https://user-images.githubusercontent.com/509703/53144355-cb8a3900-3550-11e9-96e1-37a8ff08cbda.png)

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...

Bug

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.

Bug

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...

Bug

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...

How do I add books to pathagar? Let's make a step by step guide.

Doc