Message8994

Author pitchblack
Recipients pitchblack
Date 2014-09-12.16:26:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1410539174.11.0.810751967686.issue2208@psf.upfronthosting.co.za>
In-reply-to
Content
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)
History
Date User Action Args
2014-09-12 16:26:14pitchblacksetrecipients: + pitchblack
2014-09-12 16:26:14pitchblacksetmessageid: <1410539174.11.0.810751967686.issue2208@psf.upfronthosting.co.za>
2014-09-12 16:26:14pitchblacklinkissue2208 messages
2014-09-12 16:26:13pitchblackcreate