Oussama Heloulou
Oussama Heloulou
I deployed an app on Heroku. The app was created using this template. I have a problem with the app, the problem is: when I navigate to a route like...
I am importing a file with django import-export and I want to take the values of each row. ```python def get_import_data(file): hr_dataset = Dataset() return hr_dataset.load(file.read(), format='xlsx', headers=True) def upload_hr_file(request):...
I'm trying to use this package to implement authentication in my project. However, I'm facing a problem with `/dj-rest-auth/user/` endpoint, and there is no enough documentation. When I try to...
Split MathWorksheetGenerator class into two classes. - One for generating questions with their answers. - And the second for generating worksheet pdf.
I'm using weasyprint in one of my projects and I would like to use CSS variables but they don't work correctly. I have these rules like these in my `style.css`:...
هل توجد طريقة برمجية لمعرفة أين تقع علامة ترقيم الآية في النص القرآني؟ حيث عندي النص القرآني (نسخة 2013) و الخطوط الخاصة به (موجودة في ملف mushaf-v4 في هذا المستودع)،...
I need barcode reader functionality in one of my project. But I have to read Data Matrix codes, not QR code. I'm asking if there is an option to specify...
I can this error when trying to use django-q2 package when sending emails: ``` INFO 2024-04-06 14:33:40,148 worker 22676 127007069675520 Process-0b549de9691d49f9b9dd40206f0ff9cf processing delaware-uranus-lemon-seventeen '' [email] Traceback (most recent call last):...