>
> 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 development, but it'll definitely ease the 
process for newer contributors. Where it will benefit those of us who 
already have environments setup is when django deprecates older databases 
or libraries, so that you'll always be able to have a newer environment 
without manually going through and upgrading existing components. The 
commands for running flake8/isort/spelling would help with discovery unless 
you've already transitioned to running them with the new tox configuration. 

 

> On a different angle -- is the intention to have this box set up to ease 
> testing of django apps? 
>
>
Not really, no, but that doesn't mean it can't be used for that purpose. 
All that's required is a new synced_folder declaration within the 
Vagrantfile that'd mount a users project within the virtual machine, and 
then they can link to the existing settings modules to run their tests 
against the various databases. I guess this would be more useful for 
library developers rather than regular projects. For more advanced projects 
that want to use vagrant for development, they could include their own 
Vagrantfile that uses the django-box as a base from which to build upon.

Thanks for the feedback.
 

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/4f98d6c0-a7bc-4dce-bbdd-675fe8adb388%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to