First time here? Check out the FAQ!

Revision history  [back]

I actually use PyCharm for askbot development.

This may not be optimal, but here is my setup.

I cloned askbot-devl git repo into direcotry myaskbot.

Then I went to PyCharm and

[File] -> [Open Directory...] to open the directory myaskbot which I have just created.

In order to set up run configuration, I created a askbot project (I'm not sure if this terminology is correct) with

askbot-setup to create a new directory called myforum

Then I went to PyCharm again to open the directory myforum in the same manner as previously described.

With myforum opened in PyCharm, I then went to

[Run] -> [Edit Configurations...]

and typed for Script

path/to/myforum/manage.py

and for Script parameters

test askbot

You can change Script parameters if you want to run a single test rather than the whole test suite. Happy coding with PyCharm!