Re: Django collectstatic command with settings flag returning incorrect file path for logging, throwing error.

2017-10-07 Thread Jason
Please ignore this posting. Apparently, Vim created a temp swap file for this when I was fine-tuning the staging environment specific paths and settings, and this particular update was never actually written to the file. After deleting the swap file and re-setting the paths, it's working now.

Re: django collectstatic

2013-12-12 Thread Brian Schott
The best way to get help is to paste the errors into a gist (https://gist.github.com) or similar service and post the link. Redact anything that looks like a key or password :-). Brian Schott bfsch...@gmail.com On Dec 12, 2013, at 6:24 AM, kodali srinath chowdary wrote: > while dealing wi