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 editing "live" files
> d
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 h
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 workstation, no need to cr
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, I do it
> > "live" on
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 bother with VMs when we
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 pych
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 tha
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 that I've noticed is that Django's development
> web server won't r
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 users" group.
To unsub
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,
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
>
> I know this ve
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 th
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 Django
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:
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
magi
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. Ha
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
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 develop Django apps
Hi,
actually I use Aptana Studio 3.4.1 (http://www.aptana.com/)
to develop Django apps (on Windows and Linux).
What I (personally) need from an ide:
1. ability to debug (python code)
2. support for django templates
3. support for django (start a new project, adding a django app)
4. support fo
19 matches
Mail list logo