Skip to content Skip to sidebar Skip to footer
Showing posts with the label Custom Widgets

Extending From Gtkbin

I'm trying to make a custom widget that resembles the 'quick search' entry that Gtk use… Read more Extending From Gtkbin

How To Create A Custom Date Time Widget For The Django Admin?

My Problem: I have a model that accepts DateTimeField. The user enters this from the django-admin. … Read more How To Create A Custom Date Time Widget For The Django Admin?