Francois
Francois
Hi @EliotBerriot, You are right, my mistake. I reread the documentation and now it's clear, sorry I'm starting with Django and there was no example on how to put everything...
> How would you be identifying/looking up the jobs? With the User who created them? I could definitely imagine a small model that just associated User objects with the task_id...
@sindhujit1 Have you checked out Bootstrap's progress bar designs? https://getbootstrap.com/docs/4.4/components/progress/ Or is that still too much of "blob" for you?
Same issue here, `./manage.py sync_roles` works but `django-admin sync_roles` does not as it fails to import the project settings, I've tried the [few tricks from the Django docs](https://docs.djangoproject.com/en/3.1/topics/settings/#the-django-admin-utility) but no...
Still relevant but @zxwild's workaround works just fine :smile:
Thanks for that solution @danielrutten, works for me!
@hkennyv Assuming the `Description` field is set for all your parts in your library, try to update your eeschema parts. If it still does not work then you may have...
@aiotech-pub Have you tried this command instead: ```python "C:\Dati\Kicad\scripts\KiBoM-master/KiBOM_CLI.py" -r a "%I" "%O.html"``` It looks like there are two proposed fixes for the variant logic: #136 and #137 Could be...
Hi there @exp Thanks for your feedback, and yes you are completely right, the full tree implementation is missing... your patch would be a welcome addition! The reason I implemented...
Hello @exp Did you have more questions regarding the use of categories in Ki-nTree?