I need to save some fields in my database in the format YYY-MM-MM
00:00:00+00. So I decide to do this:
# setting.py
TIME_ZONE = 'America/Mexico_City'
USE_I18N = True
USE_L10N = True
USE_TZ = True
# models.py
class Program(models.Model):
objects = models.Manager()
objects_custom = Program
Many thanks
Il giorno ven 25 mar 2022 alle ore 20:16 Kasper Laudrup <
laud...@stacktrace.dk> ha scritto:
> On 25/03/2022 16.44, webmba...@gmail.com wrote:
> > Hi,
> > how can i get mail notifications per each new django release?
> > best regards
> >
>
> Subscribe to the django-announce mailing li
2 matches
Mail list logo