+1 folks recommending version control and not editing files directly
on the remote machine.

Additionally, FTP is quite insecure since you are sending login/
password in the clear for a user privileged to write files on your
remote machine.

However, people have reasons for doing this and if you'd like to
continue to do so here are some options.

For people who have recommended Vim/gVim/MacVim, most newer versions
include netrw http://www.vim.org/scripts/script.php?script_id=1075
which offers the ability to read/write to remote resources over a
variety of protocols.
For people who use Emacs, you can use TRAMP mode to edit remote
resources http://www.emacswiki.org/emacs/TrampMode

For those applications that don't provide a way to edit remotely
located files, people can use SSHFS on OS X and *nix systems.
http://fuse.sourceforge.net/sshfs.html which has been ported to os X.
Google will turn up several results on getting sshfs set up on your
particular OS (OS X, *nix).

--
Ali Asad Lotia

On Feb 8, 8:30 pm, Karen McNeil <karenlmcn...@gmail.com> wrote:
> I have three Django sites that I've been working on recently and I've
> been doing most of the development work in Dreamweaver.  I don't use
> any of the wysiwyg features (or, pretty much, any of the Dreamweaver
> program features), but I like it because I can do all the the code
> edits and the FTP transfers all in one program.  I like being able to
> grab a remote file, make some code changes, save and upload all at
> once, and view a nice graphical display of the file structure for the
> local and remote sites.
>
> Problem is, Dreamweaver's code view is definitely not built for
> Python, and it doesn't look like they have any plans to support it any
> time in the foreseeable future.  Which means that I get no color-
> coding of the code, and I'm constantly getting indentation errors.
>
> I've always had Dreamweaver on my computer (a Mac) and so have never
> used a separate FTP program, and the only IDE I've ever used is IDLE.
> I used IDLE when I was first learning Python, but now that I'm working
> with the websites, I find it much more convenient to just open the
> files from within DW.  Does anyone know of another, Python-friendly,
> program that I could use for both code-editing and ftp?
>
> Thanks,
> Karen

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to