I'm developing a django form using django-autocomplete-light.
我正在使用django-autocomplete-light开发一个django表单。
I would like to create a new choice in the autocomplete field: this is the tutorial I'm following: link.
我想在自动填充字段中创建一个新选项:这是我正在遵循的教程:链接。
The tutorial example is not exactly what I want: I would like to click on "Create new item" and show a popup displaying the model form.
教程示例并不完全符合我的要求:我想点击“创建新项目”并显示一个显示模型表单的弹出窗口。
How can I accomplish this?
我怎么能做到这一点?
1 个解决方案
#1
0
For proper "add-another" popups like in django admin, try django-addanother.
对于django admin中正确的“添加另一个”弹出窗口,请尝试使用django-addanother。
#1
0
For proper "add-another" popups like in django admin, try django-addanother.
对于django admin中正确的“添加另一个”弹出窗口,请尝试使用django-addanother。