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.

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

2017-10-07 Thread Jason
I've recently started restructuring a project to use two scoops style configuration, with a `config` package, with `settings` inside it. Within that package, there's _base.py, development.py, staging.py and production.py. Since this is deployed as a WSGI app with Apache, I'm using a json file

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

django collectstatic

2013-12-12 Thread kodali srinath chowdary
while dealing with collectstatic i once performed it with some setting in it and it was copied into the admin file later i changed the setting and path name then i tried django-admin collectstatic command its now showing errors what colud be the problem -- You received this message because