Re: Django Box - A vagrant virtual machine for testing Django

2016-08-29 Thread Josh Smeaton
> > I don't think a formal approval/proposal is needed to keep django box > under the Django org. For example, tools to help with Django development > don't require things like fixing security issues (I hope). As long as it's > working as semi-maintained, we can add a link to it from the contri

Re: Django Box - A vagrant virtual machine for testing Django

2016-08-29 Thread Josh Smeaton
Hi Tim, Doesn't SQL Server still require windows? I know there are plans from Microsoft to allow SQLServer running on Linux and drivers for linux to connect to SQL server, but I wasn't aware that those projects had materialized yet. This specific Vagrant image is an Ubuntu 16.04 virtual machin

Re: Django Box - A vagrant virtual machine for testing Django

2016-08-29 Thread Tim Graham
I don't think a formal approval/proposal is needed to keep django box under the Django org. For example, tools to help with Django development don't require things like fixing security issues (I hope). As long as it's working as semi-maintained, we can add a link to it from the contributing doc

Re: Django Box - A vagrant virtual machine for testing Django

2016-08-29 Thread Tim Allen
I'd be happy to contribute configuration for connecting Django to SQL Server. I've had to deploy this for some projects at work that don't (yet) use PostgreSQL. This sounds like a fantastic tool for testing, as well as examples for people just getting started; wiring up a database for the first

Re: SearchQuery concatenation (`&` and `|`) is either broken or documentation incomplete

2016-08-29 Thread Nicola
Hi Josh and Marc, Thank you very much for your time, pointers and help. Kind regards, Nicola On Thursday, August 25, 2016 at 3:22:14 PM UTC+2, Marc Tamlyn wrote: > Yup, that sounds like an oversight on my part. The fix would be exactly as > Josh described. > > On 25 August 2016 at 13:54, Josh