Re: How to: Django development and debugging

2016-10-23 Thread Don Thilaka Jayamanne
or debugging other Python libraries tied to your Django >application e.g. Lettuce BDD tests, Unit Tests e.t.c > > It's definitely worth a try as you can get a lot from the Community Edition > > Regards > > On Thursday, October 20, 2016 at 8:30:45 PM UTC-4, Don Thil

Re: How to: Django development and debugging

2016-10-23 Thread Don Thilaka Jayamanne
jango > application e.g. Lettuce BDD tests, Unit Tests e.t.c > > > > It's definitely worth a try as you can get a lot from the Community > Edition > > Regards > > On Thursday, October 20, 2016 at 8:30:45 PM UTC-4, Don Thilaka Jayamanne > wrote: > >> > &

Re: How to: Django development and debugging

2016-10-23 Thread Don Thilaka Jayamanne
@Derek, yes VS Code Editor is available on Linux platforms. Have a look here: https://code.visualstudio.com/Download On Monday, 24 October 2016 00:20:26 UTC+11, Derek wrote: > > Is VS Code Editor available on Linux platforms? > > On Friday, 21 October 2016 02:30:45 UTC+2, Don Thila

Re: How to: Django development and debugging

2016-10-23 Thread Don Thilaka Jayamanne
Unit Tests e.t.c > > > > It's definitely worth a try as you can get a lot from the Community > Edition > > Regards > > On Thursday, October 20, 2016 at 8:30:45 PM UTC-4, Don Thilaka Jayamanne > wrote: > >> > >> Hi Everyone, I'm the author

Re: How to: Django development and debugging

2016-10-23 Thread Don Thilaka Jayamanne
@Derek, yes VS Code Editor is available on Linux platforms. Have a look here: https://code.visualstudio.com/Download On Mon, Oct 24, 2016 at 12:20 AM, Derek wrote: > Is VS Code Editor available on Linux platforms? > > On Friday, 21 October 2016 02:30:45 UTC+2, Don Thilaka Jayama

Re: How to: Django development and debugging

2016-10-23 Thread Don Thilaka Jayamanne
your Django >application e.g. Lettuce BDD tests, Unit Tests e.t.c > > It's definitely worth a try as you can get a lot from the Community Edition > > Regards > > On Thursday, October 20, 2016 at 8:30:45 PM UTC-4, Don Thilaka Jayamanne > wrote: >> >> Hi Eve

How to: Django development and debugging

2016-10-20 Thread Don Thilaka Jayamanne
Hi Everyone, I'm the author of a Python plugin for the VS Code editor (https://github.com/DonJayamanne/pythonVSCode). Basically it provides intellisense, code navigation, debugging (django, multi threads, etc), data science and the like. When it comes to debugging django applications, today the