Rami

Results 10 issues of Rami

Hi Cory, thank you very much for this repo! Do you think it is easy to integrate this with htmx? If yes, what files and methods do I have to...

question

I run into an Error using django-tex with celery and celery results. The error was: > [2022-03-21 21:25:10,946: ERROR/MainProcess] Task handler raised error: By adding this line of code at...

How to plot a simple model field using chartjs? I have the folllowing model: ```python class RoomValue(models.Model): time = models.DateTimeField(auto_now_add=True) temperature = models.FloatField() humility = models.FloatField() light = models.FloatField() ```...

Hello! I would like to add the language_code field to the request model and its top visits. ![image](https://github.com/django-request/django-request/assets/33960822/cde968ab-3095-4487-9024-8ef659833d6a) Thanks!

Hi Jonas, you have a great package, love it! Do you think is it possible to create easily a function that return pdf file object as a Wagtail Document? Where...

Hi, thank you very much for this library! I love it! I am writing an Etsy shop web application and would like to read the user's shop id. For that,...

Check this issue out: https://github.com/anitabyte/etsyv3/issues/26

In Django 6.0, the internal QuerySet._update() method received a new argument `returning_fields`, [see definition](https://github.com/django/django/blob/main/django/db/models/query.py#L1383). django-modeltranslation overrides _update(), but the override does not accept or pass through this new parameter. As...

When patching this extension I get the following error: ``` 4.321 Problem 1 4.321 - Root composer.json requires askvortsov/flarum-pwa v3.4.1 -> satisfiable by askvortsov/flarum-pwa[v3.4.1]. 4.321 - askvortsov/flarum-pwa v3.4.1 requires kreait/firebase-php...