Skip to content
This repository has been archived by the owner on Oct 8, 2019. It is now read-only.

Document tweaks to fix #15 #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,20 @@ aliases. For example:
(vm) $ runtests27-mysql
(vm) $ runtests34-sqlite3-gis gis_tests
(vm) $ runtests35-postgres admin_widgets --selenium chrome

Notes for Windows hosts
-----------------------

If your host machine is running Windows, you need to:

- run vagrant as administrator.
- specifically allow symbolic links on shared folders from the host machine with this command :
`(host) "C:\Program Files\Oracle\VirtualBox\VBoxManage.exe"
setextradata django-box_default_1474373922214_44815 VBoxInternal2/SharedFoldersEnableSymlinksCreate/django 1`
(replacing `django-box_default_1474373922214_44815` by the actual name of the VM generated by vagrant)




Supported commands
------------------
Expand Down