Tag Archives: django

More Django Plugin Stuff

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

Posted in Development Log | Tagged , , , , | 2 Comments

Hacking on Monodevelop for Django

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 … Continue reading

Posted in Development Log | Tagged , , | Leave a comment

Python and MSSQL

I have been playing about with django a fair bit over the last week. After written a small app with django I wanted to import some data from an existing MSSQL database. To get the data into the django model … Continue reading

Posted in Development Log | Tagged , , , | Leave a comment

Django and Python

I have recently started having a play about with django. After reading loads of about it and have a little play about with snowy (a django based note sync for tomboy). After getting used to coding in python I found … Continue reading

Posted in Development Log | Tagged , | Leave a comment