26👍
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.
- [Django]-CharField with fixed length, how?
- [Django]-Django filter many-to-many with contains
- [Django]-Django's timezone.now does not show the right time
5👍
This was demoed at last year’s PyCon (the details are also available). More recently, Jeff Hardy has blogged about this, including suggestions.
- [Django]-Why does django run everything twice?
- [Django]-How do I use the built in password reset/change views with my own templates
- [Django]-Django dump data for a single model?
2👍
I don’t think Django is yet working on IronPython, but I’m not saying it cannot be done.
Django-ironpython project is a work currently underway to run Django on IronPython. The project has reported 65.7% test pass rate with sqlite on 2nd of May 2010.
- [Django]-CORS: Cannot use wildcard in Access-Control-Allow-Origin when credentials flag is true
- [Django]-Django 1.8 Run a specific migration
- [Django]-How to set up a PostgreSQL database in Django