Thomas Vanesse

Results 11 issues of Thomas Vanesse

I have a Django (1.8) application hosted on Heroku and using a Postgres (9.4.4) database. There are 2 pro dynos: one that runs the web server, one that runs a...

I think it's worth mentioning that for old-style classes the order in which we declare the multiple inheritance on the `ModelAdmin` is important. More specifically, writing ```python class MyModelAdmin(admin.ModelAdmin, DjangoObjectActions):...

Following the problem raised in #3, here is a patch that avoids single-point failures in third-party applications. I used a different approach from what was discussed in #3 but it...

Following my last comment in PR #2 , I'd like to make sure `djangodoo` does _not_ introduce any unneeded dependency between a Django project using `djangodoo` and the availability of...

I am able to start Chardin on `body` or on the first bootstrap `col-xx-y` container of my document, but whenever I try to do something like ``` javascript $('.some-div').chardinJs('start'); ```...

If you try to use `Vide.js` in an Angular application with [`ui-router`](https://github.com/angular-ui/ui-router), you will see that putting a link inside a video container won't actually render as a working link....

need information

Transfering [an issue originally posted in `ghostscript-printer-app`](https://github.com/OpenPrinting/ghostscript-printer-app/issues/5), I am unable to get my Brother QL-700 to print anything with `cups-filters-1.28`. After downgrading to `1.27` yesterday, I was able to send...

no answer

I have developed a `mobile-angular-ui` app that is working as a web app for the time being. Today I want to port it on Cordova. How should I proceed without...

Hi there, It seems this app is not compatible with Django 4+ and I will need to implement the same feature in a Django 4 project anyway. So instead of...

I guess the title is self-explanatory. There is no example for this decorator in the documentation. I've tried something like ```python @view(label="VIEW 1") def select_view_button(self, request, obj=None): # Implement any...