Reactive frontend using Django templates?

2018-11-21 Thread Brylie Christopher Oxley
or several reasons. Are there any efforts to which I can contribute, with the goal of adding reactivity to client-side templates generated with the Django template language? Best regards, Brylie Christopher Oxley -- You received this message because you are subscribed to the Google Group

Prevent DateRangeField overlap in model?

2017-10-01 Thread Brylie Christopher Oxley
Now that Django supports the DateRangeField, is there a 'Pythonic' way to prevent records from having overlapping date ranges? # Hypothetical use case One hypothetical use case would be a booking system, where you don't want people to book the same resource at the same time. # Hypothetical exam