Felipe Prenholato
Felipe Prenholato
Hello @joshourisman . Thx for django-tablib :). I'm getting an UnicodeDecodeError when generating HTML table. I have hacked a bit and here is what I found. On https://github.com/joshourisman/django-tablib/blob/master/django_tablib/views.py#L20 when using...
**Please describe the problem** First, thank you for you work :). Main issue with crypto/assets price plasmoids is when I use in my panel. They get a lot of space...
So, consider two models as example: ``` python class User(AbstractUser): pass class Account(Model): user = ForeignKey(settings.AUTH_USER_MODEL) avatar = URLField() ``` This router: ``` python router.register(r"users", UserViewSet) \ .register(r"accounts", AccountViewSet, base_name="users-accounts",...
Hello, when using `fabtools.require.git.working_copy` with tags I was getting following error: ``` [192.168.2.5] run: git pull [192.168.2.5] out: You are not currently on a branch. Please specify which [192.168.2.5] out:...
**Please describe the problem** BTC movements are usually linked to market movements that are reflected in S&P 500 and other indexes that aren't in crypto exchanges. **Describe the solution you'd...
Hello :), first, thx for this project! I'm trying to run this with `docker-compose up` but while it loads, I can't reach `localhost:8000`. I don't know much about npm and...
Hello. I don't have experience with go, but wanteed to run plancher locally when needed. How I can do that?
Hello! Today I needed to use planned trips to go to some places here, and now when I uploading it to strava I found that it does not read entire...
Hello :], this is a idea and not a real issue. What about allow country name translations? We can have a table like: ``` python class Country(models.Model): ... def get_translation(self,language):...
This plugin is very cool, but, should be good that we can open it directly from 'Go To Anywhere' shortcut. With that it can be used without remember of another...