Re: I want to change widget in admin

2009-01-27 Thread Daniel Roseman
On Jan 27, 10:54 am, Mirat Can Bayrak wrote: > I am drown in documentation. I want to do simple thing. There is a > ShortDescription model in my app, which has string = > models.CharField(max_length=300), but i want to show it as in my > admin panel. > > I tried

I want to change widget in admin

2009-01-27 Thread Mirat Can Bayrak
I am drown in documentation. I want to do simple thing. There is a ShortDescription model in my app, which has string = models.CharField(max_length=300), but i want to show it as in my admin panel. I tried some, here class ShortDescription(models.Model): product =