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 restart automatically when code changes in the
> community edition.  Haven't used community edition since last year, but
> I seem to recall, I was still able to have a task to start Django's dev
> web server (in debug mode so I can trace through my code as you'd
> expect), so as long as I restarted that after making changes, things
> were fine.

I've been hearing about pycharm lately, sounds great.  I'm a command line guy 
so I normally ssh to my server where I fire up my editor and hack away.

What do you do with a GUI IDE like pycharm?  That is, how does your 
edit/run/debug cycle work with a pycharm et al?  Can you still edit the 'live' 
files for your django project?

My imagination says that I would sshfs mount the server's file system and then 
pretend that the files I'm editing are local.  Do I still need to ssh to the 
server and manually restart httpd or launch manage.py as needed?

John

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/20140924190319.GE26562%40mediapc.snapdragonfly.net.
For more options, visit https://groups.google.com/d/optout.

Reply via email to