Re: Extract Date-From and Date-To in DateRangeField django

2017-02-17 Thread RON MICHAEL
Yes that's it! Sorry, I lost the words there :D On Friday, February 17, 2017 at 10:40:14 PM UTC+8, Melvyn Sopacua wrote: > > On Friday 17 February 2017 06:24:25 RON MICHAEL wrote: > > > No NOT duration. I simply want to get the date_from and the date_to > > > which

Re: Extract Date-From and Date-To in DateRangeField django

2017-02-17 Thread RON MICHAEL
stored in DurationField > > On 17 Feb 2017, at 04:31, RON MICHAEL <ronmicha...@gmail.com > > wrote: > > Hi! In my database I have a DateRangeField. What I want to do is get the > date-from and the date-to and store them in a separate variable like > example: > &

Extract Date-From and Date-To in DateRangeField django

2017-02-16 Thread RON MICHAEL
Hi! In my database I have a DateRangeField. What I want to do is get the date-from and the date-to and store them in a separate variable like example: date_from =DateRangeField(date_from) date_to =DateRangeField(date_to) of course that code won't work. My data is like this: 'date_range':

Re: OpenFace Integration with Django

2017-02-16 Thread RON MICHAEL
Great! I've tried logging stuff but it doesn't seem to work when uploading it to a webserver. When running on my localhost server there was a log about a depreciation, then when it was doing training, then when it has finished training. But I can't seem to see it in the webserver terminal :/

OpenFace Integration with Django

2017-02-15 Thread RON MICHAEL
Hello! I'm 16 and I'm working on a project using Facial Recognition. I'm working on a face recognition API called OpenFace. Here's the link to Openface The way I did it was a imported the necessary files and folders required for OpenFace to work.