-
Notifications
You must be signed in to change notification settings - Fork 24
Setup Devilry for PyCharm
espenak edited this page Dec 7, 2012
·
3 revisions
NOTE: This guide assumes that you have a working devenv/, where you can use bin/django_dev.py runserver
without any errors.
- Open the devilry repository root in PyCharm using
File->Open directory
. - When the project has loaded, open the project settings window (
CMD->,
on Mac). - Buildout support:
- Leave disabled - PyCharm does not detect our paths correctly from buildout script (does not work with tests), so we add omelette to path instead (below).
- Project interpreter:
- virtualenv at devenv/
-
Configure interpreters
->Select virtualenv devenv/
->Select paths
:- Add
devenv/parts/omelette/
- Add
- Project structure:
- Exclude:
-
devenv/parts/
(andparts/
any other*env/
that you may have initialized). devenv/static/
-
- Exclude:
- Django:
- root: devenv/
- settings module: devenv/settings_dev.py
- manage script (PyCharm selects settings_dev.py wrongly by default) devenv/bin/django_dev.py
- JSHint:
- Assume:
- Browser
- Predefined:
- DevilrySettings,Ext,gettext,ugettext,ngettext,interpolate
- Assume: