Include your own CSS en admin meta
class myAdmin(admin.ModelAdmin):
class Meta:
css ={'all': ['yourcss.css']}
El jueves, 2 de junio de 2016, Mike Dewhirst
escribió:
> On 2/06/2016 7:31 PM, Michal Petrucha wrote:
>>
>> On Thu, Jun 02, 2016 at 07:22:16PM +1000, Mike Dewhirst wr
On 2/06/2016 7:31 PM, Michal Petrucha wrote:
On Thu, Jun 02, 2016 at 07:22:16PM +1000, Mike Dewhirst wrote:
I have a varchar field of 300+ chars and I'd like to know how to provide
space to wrap it on screen without resorting to a TextField
Any CSS ideas?
Thanks
Mike
Perhaps you could overr
On Thu, Jun 02, 2016 at 07:22:16PM +1000, Mike Dewhirst wrote:
> I have a varchar field of 300+ chars and I'd like to know how to provide
> space to wrap it on screen without resorting to a TextField
>
> Any CSS ideas?
>
> Thanks
>
> Mike
Perhaps you could override the widget to a Textarea with
I have a varchar field of 300+ chars and I'd like to know how to provide
space to wrap it on screen without resorting to a TextField
Any CSS ideas?
Thanks
Mike
--
You received this message because you are subscribed to the Google Groups "Django
users" group.
To unsubscribe from this group an
4 matches
Mail list logo