Alex

Results 8 comments of Alex

The reason is that this package is pretty much abandoned.

@asgaines You could try official python-disqus client https://github.com/disqus/disqus-python.

I really don't understand why such a simple and trivial thing should be so pain in ass. I simply want to set an absolute url path for a schema view....

+1 Would glad to hear any advice.

Думаю было бы лучше, если бы сообщество джангистов (а так же сообщества других соответствующих технологий) само взяло на себя поддержку нужных ему библиотек. Потому что тогда авторам морфи придется следить...

Thank you for quick response. Under "make translatable" I just mean that, depending on language, Product should have its own set of files. For example: ``` product_en = Product.objects.language('en').get(id=1) product_en.specification_file.all()...

Ok, so I solve this with adding language field on `File` ``` class File(models.Model): # other fields language_code = models.CharField(max_length=10, default='ru', db_index=True) ``` and then in admin: ``` class SpecificationAdmin(SortableTabularInline):...

@pemontto, God bless you, friend.