Expiring Objects

2016-11-21 Thread Faris Sbahi
I've been trying to tackle the question of having object relations expire after a set period of time using Django REST framework. Here's the general idea: *I have a view that presents a list of objects i.e. accepts GET requests to retrieve information about this list:* - These objects have

Re: DRF and Modal

2016-11-21 Thread Lonso Baba
Look at this https://github.com/llazzaro/django-scheduler On Sunday, November 20, 2016 at 3:07:36 PM UTC-7, Elias Coutinho wrote: > > Hello guys, > > I'm trying to make an application to use with Fullcalendar Fullcalendar > > > I got a lot of things, I managed to create