Django 管理员“助手”功能在服务器上不起作用
在我的 localhost Django 管理员中,我可以通过单击 pub_date 字段旁边的小“日期”和“时间”帮助图标来填写日期和时间字段。但是,我的服务器上的同一管理员不显示这些图标。服务器端管理也不会弹出相关表中字段的小“+”加号的弹出窗口。是否有服务器设置或我错过的东西?
顺便说一句,我的管理媒体目录工作正常。
先感谢您!
L。
In my localhost Django administrator I am able to fill-in Date and Time fields by clicking on the little "Date" and "Time" helper icons next to my pub_date field. However, the same administrator on my Server does NOT show these icons. The server-side admin also doesn't pop open a pop-up window for the little "+" plus sign for fields in related tables. Is there a server setting or something that I've missed?
BTW, my admin media directory is working correctly otherwise.
Thank you in advance!
L.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能没有正确提供 javascript 文件。要拥有此功能,必须加载适当的 JavaScript。
You are probably not serving javascript files properly. To have this functionality, proper javascript must loaded.