开发者

Tutorials on writing custom Django widgets?

开发者 https://www.devze.com 2022-12-08 19:48 出处:网络
I\'m trying to modify the Django Admin interface. I need a custom type of textbox that does some pre/post processing on the text. If I understand correctly, a custom widget is the way 开发者_如何学编程

I'm trying to modify the Django Admin interface. I need a custom type of textbox that does some pre/post processing on the text. If I understand correctly, a custom widget is the way 开发者_如何学编程to go about this.

Any good tutorials on how to write custom widgets for Django?


I found this: http://www.kryogenix.org/days/2008/03/28/overriding-a-single-field-in-the-django-admin-using-newforms-admin


Found this reference for the admin site: http://www.slideshare.net/lincolnloop/customizing-the-django-admin

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号