django-jython
django-jython copied to clipboard
Database backends and extensions for Django development on top of Jython.
I am facing issue in setup in windows.
I am using Django 1.8 on Jython in Windows 10. Have created a simple Django project following the tutorial https://docs.djangoproject.com/en/1.8/intro/tutorial01. After packaging using buildwar(including jars), when I deploy the mysite.war...
Good evening, first I'd like to thank you for putting power into django on jython. My setup is as follows: - Ubuntu 16.04.1 LTS (Xenial Xerus) - Jython 2.7.0 -...
Is it possible to make MySQL backend timezone aware? I set jdbc_connection_url_pattern like the following, but still all datetimes coming from DB backend are naive. ``` jdbc_connection_url_pattern = 'jdbc:mysql://%(HOST)s:%(PORT)s/%(NAME)s?zeroDateTimeBehavior=convertToNull&useTimezone=true&useLegacyDatetimeCode=true&noTimezoneConversionForTimeType=true&serverTimezone=Europe/Helsinki&noTimezoneConversionForDateType=true&useJDBCCompliantTimezoneShift=true' ```
I am receiving a TypeError: 'org.postgresql.util.PGobject' object is not iterable when trying to update fields in one of our models. This works fine with regular Django, but errors out when...
hi, i play a little bit with the new buildwar command and found some errors in the generated web.xml. 1. it creates a webapp 2.3 web.xml it's a little bit...