Abe
Abe

Reputation: 6516

What is Django on IronPython.Net Status?

I searched the web and stackoverflow, but unfortunately, have not found any definite answers on whether or not Django is properly supported in IronPython.Net.

At work, I have some tools I would love to develop in Django and Python, but from what I have read, Django is not really supported in IronPython.Net.

Please do correct me if I am wrong, but I would definitely love to get this working in a .Net environment.

Thank you!

Upvotes: 0

Views: 218

Answers (1)

Jeff Hardy
Jeff Hardy

Reputation: 7662

No, it is not currently supported. Parts of it work and parts of it don't.

You can find a starting point at http://bitbucket.org/jdhardy/django-ipy-patches, but I really need to add some documentation.

Help getting it running would be appreciated!

Upvotes: 2

Related Questions