jlariza
jlariza
I installed the package via pip and I was getting a programming error. I had to create the KVStore inital migration manually to make it work because apparently it was...
Hi, I have used the library before with no problem. Now, I just installed the last version in a new project (directly from github) and I am having an issue...
Good day, I'm using this package to style my dataTables using Bootstrap5. This is how the pagination looks like with `1.13.7` version. And the code uses a `ul` tag However,...
### Summary: Good day, I've noticed that PeriodicTask instances are not updated after app.conf.beat_schedule is updated. For example, this is my original app.conf.beat_schedule: ```python app.conf.beat_schedule = { "send-pending-messages": { "task":...