More Django Plugin Stuff
So I’ve been working more on the support for django within monodevelop. Heres some screenshots of it.


So I’ve been working more on the support for django within monodevelop. Heres some screenshots of it.


So I started to implement support for django with MonoDevelop. It currently has pretty good support for Python via PyBinding addon. At the moment I have only managed to add the ability to create a new django project, which acts in the same way as running
django-admin.py startproject projectname
But I aim to provide support to add new django apps to the project, once I get familiar with the MonoDevelop code base.
Aledr 8:47 pm on December 16, 2009 Permalink |
I’ve just installed MonoDevelop 2.2 and started a new Django project but is no option to create a new App there. Is your code already integrated?
Thanks.
John 11:11 am on December 17, 2009 Permalink |
I never got round to getting the code into a stable state, and submittting a patch. However I have a couple of weeks of work so I’ll see if have anytime to look at it again.