How to add askbot to PyCharm?
Can somebody explain how to add askbot in pycharm and setup run configuration? Or maybe I'am looking in the wrong way? How to start develop?:)
Can somebody explain how to add askbot in pycharm and setup run configuration? Or maybe I'am looking in the wrong way? How to start develop?:)
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!
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2013-03-11 15:42:45 -0500
Seen: 376 times
Last updated: Sep 28 '13
Tips To Selecting The Very Best Digital Advertising Firm in Kolkata
Extensible profile integration
For Discussion: Updating Askbot for USE_TZ=True in Django>=1.4
How are release versions tagged in askbot-devel in github?
Why is post_type a CharField and not a ForeignKey?