On Sep 15, 2008, at 4:58 PM, DougI wrote:

> Should I develop locally on my Mac, i.e. install Django/PostgreSQL
> locally and then upload to WebFaction, or create/open files directly
> on my WebFaction server via SSH or FTP?
>
> Also, recommendations for an IDE would be appreciated - TextMate,
> Komodo, IDLE, etc?

I agree with David Zhou that it is easiest to develop using the  
localhost, especially when you are learning. That way you control  
everything on your own system. However, setting up Django is easier on  
linux systems, IMHO; Mac OS X is my preferred OS but I gotta call it  
like I see it...

I use BBEdit and old fashion debugging techniques with python. I liked  
the demos of Wing and Komodo but in the end I fall back on what I  
know, which is BBEdit.

On *nux I use pico/nano/vi, depending on what I need to do. pico and  
nano are very simple and you can pick them up quickly.

For postsgres, which is a new addition for me, I am looking at DB  
Visualizer and Oracle's SQL Developer.


hth,

  - Mark Phillips

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

Reply via email to