الوسم: model
-
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…