Issue2208

classification
Title: Jython 2.7b3 doesn't work with Django1.7
Type: Severity: urgent
Components: website Versions: Jython 2.7
Milestone:
process
Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: zyasoft Nosy List: pitchblack, zyasoft
Priority: Keywords:

Created on 2014-09-12.16:26:14 by pitchblack, last changed 2014-10-05.16:33:08 by zyasoft.

Messages
msg8994 (view) Author: Michael (pitchblack) Date: 2014-09-12.16:26:13
Hello,

I have installed Debian 7, Jython 2.7b3 and Django 1.7.  After installing everything, I ran jython manage.py runserver.  If I have css files and js files referenced in the html, the pages don't render. 

After trying so many things regarding the settings in Django I found that the issue isn't with the Django 1.7 stable release.  I found that the current version of jython2.7b3 doesn't work with Django.  With the jython2.7b3 version I was able to start Django server, but the server is unable to render pages that use Java Script and CSS.

 I did find that you can run jython2.7b2 and Django 1.7 official release together and pages will render.

If you want to reproduce the issue:
1. Install jython2.7b3
2. Install easy_install  (setuptools-5.7)
3. Install pip-1.5.6 manually
4. Install django-1.7.1 (stable version)
5. Install django-jython-1.7.0b2
6. Add path C:\jython2.7b2\bin:C:\jython2.7b2\
7. Follow the videos from 2-5 in the youtube tutorial and at  in the middle of tutorial 5 around 6:51 in the video is where Django fails to render. (https://www.youtube.com/watch?v=JZVPbHilwLI)
msg8995 (view) Author: Jim Baker (zyasoft) Date: 2014-09-12.16:39:02
http://bugs.jython.org/issue2201
msg8996 (view) Author: Jim Baker (zyasoft) Date: 2014-09-12.16:39:36
Oops, meant to say this is a duplicate of #2201
msg9015 (view) Author: Jim Baker (zyasoft) Date: 2014-09-22.22:41:01
Fixed as of https://hg.python.org/jython/rev/a33353c0ac25
History
Date User Action Args
2014-10-05 16:33:08zyasoftsetstatus: pending -> closed
2014-09-22 22:41:02zyasoftsetstatus: open -> pending
assignee: zyasoft
messages: + msg9015
2014-09-12 16:39:36zyasoftsetresolution: duplicate
messages: + msg8996
2014-09-12 16:39:02zyasoftsetnosy: + zyasoft
messages: + msg8995
2014-09-12 16:26:14pitchblackcreate