Peter Bittner
Peter Bittner
Okay, fine, so no PR needed.
Just a comment: How can we make sure these changes actually make `django-media-tree` work with Python 3? And then again, which versions of Python 3? @samluescher I had added [tox...
@gbezyuk I don't doubt it. Really, I love seeing projects move closer to Python 3. Though, how can we make sure media tree remains compatible with all supported Python 2...
Don't worry, I'm not blaming you on braking anything. We should make the demo project deploy (as a test) on Travis-CI then we're all set. I'll try. -- Thanks for...
@gbezyuk The `print` complaints are easily fixed in the demo project. We just need to use `print()` as a function instead of a keyword. Works both in 2.7 and 3.x....
@zmasek Can you give a motivation and, ideally, a usage example? This may make this feature request more relevant. And, best of all, a pull request with the suggested addition.
@ohadlevy Is there any reason why this repo didn't get moved into the @theforeman GitHub org? **EDIT:** I've tried to follow up on this in the [The Foreman Community](https://community.theforeman.org/t/docker-image-for-running-the-foreman/8608/4) forum.
I think it's safe to close this issue ("won't do"). See also: #16
The efforts of this repository now seem superseded by the The Foreman project. See the [related documentation](https://github.com/theforeman/foreman/blob/develop/developer_docs/containers.asciidoc#docker-compose).
Tests should then also run automatically on Travis. And add a badge for the build status on top of the README.