Dani Hodovic

Results 36 issues of Dani Hodovic

The curl output helps when debugging requests made to the FB API. However it's not as user friendly as it should be because it retrieves gzipped content which can't immediately...

CLA Signed

Hi, I've been re-using django-allauth across a number of projects. I've ended up building a custom UI for each project and figured that I could consolidate the work into a...

I'm using django-attachments to upload files in django-admin. ```python class MyEntryOptions(admin.ModelAdmin): inlines = (AttachmentInlines,) ``` ![image](https://user-images.githubusercontent.com/5557301/91437434-2b5e5000-e86a-11ea-872f-0d51a68a0af4.png) Instead of manually specifying the creator I would like to automatically set it to...

Is it possible to pass secret variables via the environment to i3blocks scripts? This is useful for API keys for example.

> The maximum amount of memory (in bytes) a file can take up before being > rolled over into a temporary file on disk. Prevents out of memory eviction when...

![image](https://raw.githubusercontent.com/danihodovic/django-allauth-ui/master/images/signin.png) ## Description I use cookiecutter-django and all new projects, but I almost always find myself customizing the auth pages to get a nice look. I've built a package to...

enhancement

![image](https://user-images.githubusercontent.com/5557301/61197003-f1cd9280-a704-11e9-97ad-d3f04020f28e.png) The failed jobs UI sorts by date, is it possible to do the same for the finished jobs?

I would like to restrict deployment access per stage or environment. An example use case is to allow junior developers to deploy to staging and senior developers to deploy to...