José Roberto Meza Cabrera

Results 39 comments of José Roberto Meza Cabrera

maybe is the project death ? I don't see any update since more than a year

Thanks @elarroba I didn't answer before because I don't actually use the project, but I will start using your fork this month

So far, this is how I make the `fullcalendar` page work ```html {% extends "base.html" %} {% load i18n static %} {% block head_title %}{% trans "Fullcalendar" %}{% endblock %}...

I'm having exactly the same error

Try flatpak, I just tested it worked fine. https://flathub.org/apps/details/com.sevenkfans.sevenkaa

Is there any objection to support this? or we should go for the extensions way?

> I've temporarily fixed this for myself by requiring `urllib3 = "

@Nagendra-babu77 , there is a bug on my snippet, use this one: ```python class DateRangeListFilter(admin.DateFieldListFilter, DateRangeFilter): template = 'admin/filters/date_range_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...

I have this issue when running src/yogaMerchant/starter.py ```bash (iqoption) [roberto@roberto IQOption-Bot-Trade-System]$ python src/yogaMerchant/starter.py -c config.json Traceback (most recent call last): File "src/yogaMerchant/starter.py", line 205, in start() File "src/yogaMerchant/starter.py", line 142,...

I know it means that, but I do not know how to create that tables, should I create the tables manually?