In a newly created Django project I'm using ropemacs to get semantic completions and refactoring functionality. But it seems that everytime I enter a character that triggers a completion list check, the buffer freezes for about a second, sometimes two.
I heard that ropemacs can be slow on big projects, but is a fresh Django project considered big in this respect?
I'm using YAS, rope, autocomplete and python-mode (https://launchpad.net/python-mode). In the modes section i have "Py Outl yas Rope AC", not exactly sure where Outl came from or what it does.
As i wrote in the comments and as David said, I resorted to using Jedi.