الوسم: lesson
-
Auto complete foreignKey in Django
Hello, If you want to add autocomplete field or autocomplete search field in Django forms its pretty easy, there are a lot of existing packages that can help you with that, the one that we gonna use is: django-ajax-selects. Installation Activate your development environment and type the following command: Usage After installing the package create…
-
الوصول الى العناصر الاخرى في نفس صف العنصر المختار – Get other objects in the same row in listview
السلام عليكم, اذا كنت تحتاج الى الوصول الى محتويات العناصر الاخرى ضمن row معين في listview يمكنك استخدام هذه الطريقة البسيطة.