José Roberto Meza Cabrera

Results 39 comments of José Roberto Meza Cabrera

or in requirements.txt: `git+https://github.com/reclosedev/async_gui#async_gui`

I like this feature, but if we want to do this more human-like behaviour, we can't use all the catching order, I mean: > by time to expire (expiring soon...

Sounds good @thibaudcolas I will take a look this weekend.

@BKhenloo fix worked for me, thanks!

I would like to mix both, date range + no date + has date, any suggestion @wlisesrivas ?

@vekerdyb This is the code I will use: ```python class DateRangeListFilter(admin.DateFieldListFilter, DateRangeFilter): template = 'admin/filters/date_filter.html' def expected_parameters(self): params = [self.lookup_kwarg_gte, self.lookup_kwarg_lte] if self.field.null: params.append(self.lookup_kwarg_isnull) return params def _make_query_filter(self, request, validated_data):...

I think this needs to be solved by adding another html template passing only the url, another solution is copy & paste the template tag and fix it locally.

I am starting using this app, I would like to use HTML/JS code, I don't think I need an API so far, I am also learning wepback, so maybe I...

@llazzaro I am understanding this app a little more and I see why you want to remove the HTML/JS files, I think now that's actually a good idea and I...

I am not sure about Mac OS, but I forked the project on [robertpro/sslstrip](https://github.com/robertpro/sslstrip) and you can install it like this: ```bash git clone https://github.com/robertpro/sslstrip cd sslstrip pip install -r...