Add example Windows path for MEDIA_ROOT, no trailing \
Issue #109
resolved
No description provided.
Comments (5)
-
reporter -
reporter - changed status to resolved
Adjusted windows media root example. Fixes
#109unless testing proves otherwise.→ <<cset cb2e6447926e>>
-
reporter Added ref
#109to changes.→ <<cset c18a18d183eb>>
-
reporter - changed status to open
Tested now in Windows. Tailing back slash was treated as an escape character for the closing
'
, hence causing an error. Forward slashes on the other hand work as expected. -
reporter - changed status to resolved
Added trailing forward slash to MEDIA_ROOT example paths. Back slashes will cause an error as the final one acts as an escape character for the closing single quote. Fixes
#109.→ <<cset c4e9ff689ac8>>
- Log in to comment
Adding some Media_root example paths - django docs state that forward slashes should be used even for Windows paths, so these have been subsitited. Need to test to make sure if a trailing slash should be added or not. Refs
#109.→ <<cset 2c312a465b64>>