Re: What is *the* django 1.7 IDE which is opensource & multiplattform

2014-09-25 Thread caio
Hello, Give a try to ninja-ide: http://ninja-ide.org/ It has many plugins, including for django Regards. On Wed, Sep 24, 2014 at 8:58 PM, Adam Stein wrote: > On Wed, 2014-09-24 at 14:30 -0700, John Schmitt wrote: > > I appreciate what you said about deploying and not

Re: What is *the* django 1.7 IDE which is opensource & multiplattform

2014-09-24 Thread Adam Stein
On Wed, 2014-09-24 at 14:30 -0700, John Schmitt wrote: > I appreciate what you said about deploying and not editing "live" files > directly. Hope the information is of use to you. > However, I have several projects in various stages of development and when I > first start a project, I don't

Re: What is *the* django 1.7 IDE which is opensource & multiplattform

2014-09-24 Thread Javier Guerra Giraldez
On Wed, Sep 24, 2014 at 4:58 PM, John Schmitt wrote: > I put my projects in virtualenvs which are in my VMs. It's not like one VM > can only host one project. > > Is that what you mean? not exactly. if you're using virtualenv, you can directly run the project in your

Re: What is *the* django 1.7 IDE which is opensource & multiplattform

2014-09-24 Thread John Schmitt
On Wed, Sep 24, 2014 at 04:33:35PM -0500, Javier Guerra Giraldez wrote: > On Wed, Sep 24, 2014 at 4:30 PM, John Schmitt wrote: > > When I'm creating a dummy project to test my apache configuration and/or my > > management commands, or trying to assemble a complicated query,

Re: What is *the* django 1.7 IDE which is opensource & multiplattform

2014-09-24 Thread Javier Guerra Giraldez
On Wed, Sep 24, 2014 at 4:30 PM, John Schmitt wrote: > When I'm creating a dummy project to test my apache configuration and/or my > management commands, or trying to assemble a complicated query, I do it > "live" on the VM on which I created the playground project. why

Re: What is *the* django 1.7 IDE which is opensource & multiplattform

2014-09-24 Thread John Schmitt
On Wed, Sep 24, 2014 at 03:43:23PM -0400, Adam Stein wrote: > On Wed, 2014-09-24 at 12:03 -0700, John Schmitt wrote: > > > On Wed, Sep 24, 2014 at 07:40:51AM -0400, Adam Stein wrote: > > > Not sure what you are looking for in terms of Django template support. > > > The only difference between

Re: What is *the* django 1.7 IDE which is opensource & multiplattform

2014-09-24 Thread Adam Stein
On Wed, 2014-09-24 at 12:03 -0700, John Schmitt wrote: > On Wed, Sep 24, 2014 at 07:40:51AM -0400, Adam Stein wrote: > > Not sure what you are looking for in terms of Django template support. > > The only difference between pycharm community (free) and commercial in > > terms of Django support

Re: What is *the* django 1.7 IDE which is opensource & multiplattform

2014-09-24 Thread James Bennett
On Wed, Sep 24, 2014 at 7:17 AM, Bill Freeman wrote: > I just use emacs. > I use Emacs as well. It's been my everyday code editor for nearly 15 years, and works with/on almost anything. -- You received this message because you are subscribed to the Google Groups "Django

Re: What is *the* django 1.7 IDE which is opensource & multiplattform

2014-09-24 Thread Mark Phillips
Gedit works well with syntax highlighting. I like the console widow in the bottom pain to restart the server when needed, see error messages, etc. Don't have to go to another terminal window. http://www.micahcarrick.com/gedit-as-a-django-ide-for-linux.html Mark On Wed, Sep 24, 2014 at 10:24 AM,

Re: What is *the* django 1.7 IDE which is opensource & multiplattform

2014-09-24 Thread Wellington Cordeiro
Use Atom if you want a Sublime like editor that's open source, free and extendable. https://atom.io/ -Wellington Cordeiro On Wed, Sep 24, 2014 at 11:08 AM, anton wrote: > Wellington Cordeiro wrote: > > > If you're doing serious development $70 for a very extensible editor is >

Re: What is *the* django 1.7 IDE which is opensource & multiplattform

2014-09-24 Thread anton
Wellington Cordeiro wrote: > If you're doing serious development $70 for a very extensible editor is I know this very well, but with my question I wanted to find out if there is an open source solution. Anton > chump change. IDE's are in my opinion too much for Django and rarely do > all the

Re: What is *the* django 1.7 IDE which is opensource & multiplattform

2014-09-24 Thread anton
Adam Stein wrote: > Not sure what you are looking for in terms of Django template support. I mean for example: syntax highlighting of the django template keywords. > The only difference between pycharm community (free) and commercial in > terms of Django support that I've noticed is that

Re: What is *the* django 1.7 IDE which is opensource & multiplattform

2014-09-24 Thread Wellington Cordeiro
If you're doing serious development $70 for a very extensible editor is chump change. IDE's are in my opinion too much for Django and rarely do all the things you wish they would. If paying isn't for you, I would get Vim or Emacs. On Wednesday, September 24, 2014 3:47:47 AM UTC-6, anton wrote:

Re: What is *the* django 1.7 IDE which is opensource & multiplattform

2014-09-24 Thread Bill Freeman
I just use emacs. One of the original open source tools. Template syntax support requires a plugin, and I might try one some day, but html mode has been satisfying so far. Also, since I know how to type, running my own management commands in an emacs shell window works for me. This sort of

Re: What is *the* django 1.7 IDE which is opensource & multiplattform

2014-09-24 Thread Adam Stein
Not sure what you are looking for in terms of Django template support. The only difference between pycharm community (free) and commercial in terms of Django support that I've noticed is that Django's development web server won't restart automatically when code changes in the community edition.

Re: What is *the* django 1.7 IDE which is opensource & multiplattform

2014-09-24 Thread anton
Jorge Andrés Vergara Ebratt wrote: > I actually use a text editor, I love Sublime Text 2 with the Djaneiro > Plugin. > hmm this is shareware not opensource as I see :-( > As far as IDEs go, I used to work with NINJA IDE, it's a Python IDE and > it's pretty cool. > I will have a look ... but I

Re: What is *the* django 1.7 IDE which is opensource & multiplattform

2014-09-24 Thread Jorge Andrés Vergara Ebratt
I actually use a text editor, I love Sublime Text 2 with the Djaneiro Plugin. As far as IDEs go, I used to work with NINJA IDE, it's a Python IDE and it's pretty cool. 2014-09-24 4:36 GMT-05:00 anton : > Hi, > > actually I use Aptana Studio 3.4.1 (http://www.aptana.com/) > to