Re: CreateView autoset field

2018-04-16 Thread Samuel Muiruri
did you make the migration, also note it's the default if a new item is created with the field blank. On Sat, Apr 14, 2018 at 9:52 PM, DYAA CHBIB wrote: > I did the same, but it does not displayed in the field ! Any advice? > Thanks > > 2018-04-14 16:02 GMT+02:00

Re: CreateView autoset field

2018-04-14 Thread DYAA CHBIB
I did the same, but it does not displayed in the field ! Any advice? Thanks 2018-04-14 16:02 GMT+02:00 'Ferdinand Rohlfing' via Django users < django-users@googlegroups.com>: > Thanks for the answer, it's working like I want it to work... > Nice > >> >> -- > You received this message because you

Re: CreateView autoset field

2018-04-14 Thread 'Ferdinand Rohlfing' via Django users
Thanks for the answer, it's working like I want it to work... Nice > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: CreateView autoset field

2018-04-14 Thread Samuel Muiruri
on the models for example info = models.CharField(max_length=100, default='West Indiana') -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to