How to run Django with buildout support
Thanks for the Beta2!
How can I run Django with Buildout support?
Configuration seems to be right, I configured which buildout bin I'm using. But when running my django instance
/System/Library/Frameworks/Python.framework/Versions/2.6/bin/python2.6 /Applications/PyCharm-96.1063.app/helpers/pycharm/buildout_engulfer.py runserver 8000
Doesn't work as expected, shouldn't this be using my buildout binary as configured in "Buildout Support"
Thanks
Please sign in to leave a comment.
Hello Esteban,
Unfortunately we cannot run the buildout binary directly because we need
to perform some additional customization before running your code. The buildout_engulfer
does run the buildout binary after performing these customizations. What
exactly doesn't work for you?
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
I think I got it!
Finally got it working... Thanks