Are there any resources for PyCharm best practices
I have a fairly large Django project that is hosted on AWS. I use Buildout and virtualenv to create a reproducible environment so that building on new servers is easy. But when I moved to PyCharm, it seems like the way I have everything setup is different than PyCharm expects it (file paths, eggs, etc.) so that taking advantage of all the various features is a bit of a pain.
Does anyone know of any resources for PyCharm/Django best practices that includes taking advantage of all of PyCharms features (Django/Buildout integration, debugging, etc) and also keeping in mind deployability?
Does anyone know of any resources for PyCharm/Django best practices that includes taking advantage of all of PyCharms features (Django/Buildout integration, debugging, etc) and also keeping in mind deployability?
Please sign in to leave a comment.
Unfortunately we have only quick start guide for Django development with PyCharm http://www.jetbrains.com/pycharm/quickstart/django_guide.html at the moment.
However we are going to create more tutorials for Django/GAE and other frameworks both text & video in the nearest future.