Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Django on IronPython

I am interested in getting an install of Django running on IronPython, has anyone had any success getting this running with some level of success?

If so can you please tell of your experiences, performance, suggest some tips, resources and gotchas?

like image 300
Xian Avatar asked Jan 08 '09 21:01

Xian


2 Answers

Besides the Jeff Hardy blog post on Django + IronPython mentioned by Tony Meyer, it might be useful to also read Jeff's two other posts in the same series on his struggles with IronPython, easy_install and zlib. The first is Solving the zlib problem which discusses the absence of zlib for IronPython; hence, no easyinstall. Jeff reimplemented zlib based on ComponentAce's zlib.net. And finally, in easy_install on IronPython, Part Deux Jeff discusses some final tweaks that are needed before easy_install can be used with IronPython.

like image 196
Serx Avatar answered Sep 21 '22 06:09

Serx


Here's a database provider that runs on .NET & that works with Django

like image 34
bchhun Avatar answered Sep 20 '22 06:09

bchhun