ic-labs / django-icekit

GLAMkit is a next-generation Python CMS by the Interaction Consortium, designed especially for the cultural sector.
http://glamkit.com
MIT License
47 stars 11 forks source link

"# BASE_SETTINGS_MODULE..." is prepended to all std out #200

Open markfinger opened 7 years ago

markfinger commented 7 years ago

If you try to redirect a dumpdata command to a file, the # BASE_SETTINGS_MODULE... line will be prepended. This breaks all JSON parsing.

I'd recommend either removing it all together or only emitting it for white-listed management commands.