الوسم: python
-
كيف تنشىء ستارت اب في العراق
السلام عليكم,شرح بسيط وسريع حول كيفية انشاء ستارت اب في العراق بخطوات مبسطة.
-
كيف تحصل على وظيفة في القطاع الخاص العراقي؟
-
فتح صندوق لوحة مفاتيح ميكانيكية
السلام عليكم, فيديو قصير حول فتح صندوق لوحة مفاتيح ميكانيكية من Nuphy Studio.
-
يوم في حياة مدير ستارت اب
السلام عليكم, في الفيديو ستجد بعض الاعمال التي يجب علي القيام بها كمبرمج ومدير ستارت اب في العراق.
-
Get real id of item in Django and GraphQL
Hello, When you use graphql in django using graphen and when you utilize the relay and nodes, the query result of any item while have base64 representation of the id, You can fix that easily by subclassing from “relay.Node” and then just use the new class in the interface like in the code below: https://gist.github.com/ahmedalttai/6951af94d056a6b2966eccf7f9b0e6c2…
-
Using Django DateField with Apollo GraphQl in Android
https://hashnode.com/post/using-django-datefield-with-apollo-graphql-in-android-ckrizgvo80p0ints19z0af9y8
-
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…