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

2016-09-12 Thread Josh Smeaton
Hi all, a quick update. https://github.com/django/django-box now has a live compiled box available from https://atlas.hashicorp.com/djangoproject/boxes/django-box-1.11 What this means is that a minimal Vagrantfile can now be: Vagrant.configure("2") do |config| config.ssh.forward_agent = true

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

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

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

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

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

2016-08-28 Thread Josh Smeaton
An interesting idea put forward by Ed Morley on the issues tracker (https://github.com/django/django-box/issues/12) is to merge the django-box project into the django main repository directly. The meat of the suggestion is copied below: > The ideal end state I see is that this project lives

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

2016-08-28 Thread Josh Smeaton
> > I have my environment set up already, and I suspect this would hold for a > lot > of the more experienced developers here; do you think the new box will > improve > things for me? > > It probably won't make a big difference for those that already have environments setup for django

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

2016-08-28 Thread Shai Berger
Hi Josh, This looks very promising. Thanks for making it. On Sunday 28 August 2016 08:55:05 Josh Smeaton wrote: > > *1. Should we host the django-box project under the django organisation?* > > [...] Should this project be proposed for inclusion within the django > organisation under DEP7 >

Django Box - A vagrant virtual machine for testing Django

2016-08-27 Thread Josh Smeaton
Hi All, At the PyCON AU sprints I began working on a project for building a vagrant virtual machine that would facilitate testing django, itself, against most of the databases that django supports. I forked https://github.com/jphalip/djangocore-box which was last updated about 3 years ago and