Re: DateTimeField Outside Admin

2016-11-27 Thread M Hashmi
Its simple. In your view in your context dictionary create a variable for date. Import timezone and date = timezone.now(). You can declared "date" like {{ date }} in any of your template and you will get date coming up. On Sun, Nov 27, 2016 at 8:50 AM, Elias Coutinho wrote: > > >

DateTimeField Outside Admin

2016-11-27 Thread Elias Coutinho
Good afternoon people, I would like to dis