django / django-box

VM to run the Django test suite. ARCHIVED Please use https://github.com/django/django-docker-box

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install requirements from /django rather than preloading them

jarshwah opened this issue · comments

Rather than copying the content of all the requirements from /django/tests/requirements* locally, we can just refer directly to them via the nfs share. It has the added benefit of possibly being able to build new boxes by simply changing the version of django linked.