Re: Proper way of importing projects modules

2009-09-10 Thread Brian Jones
Well, it's not a solution you'd use in a larger team environment, because it causes confusion, but if you're just trying to put off the renaming issue (which really isn't that hard - what's wrong with that solution?), you can just create a symbolic link to the directory on your PYTHONPATH instead o

Re: Editors of choice

2009-09-08 Thread Brian Jones
I use Komodo Edit (free), and am thinking of perhaps getting Komodo IDE ($$$). I kinda wish Wingware ($$$) would make their IDE work on OS X without an X server :-/ When I'm not using Komodo, I use Vim, and Komodo has Vi key bindings for most basic operations. I'd try emacs, but Vi found me first,

Re: Django + tiny_mce

2008-10-07 Thread Brian Jones
I fixed it. Once I knew that the APPEND_SLASH was kicking in *because* the url couldn't be found, I just moved the relevant line in my urlconf to be the first one in my 'urlpatterns' tuple, and from there I believe everything in the example in the book "just worked". It is unbelievably annoying th