Re: Django 1.7 has issues rendering pages on laptop

2014-09-12 Thread Michael Martin
I just looked at my ticket and it was marked as a duplicate of issue 2201. http://bugs.jython.org/issue2201 On Fri, Sep 12, 2014 at 3:11 PM, Michael A. Martin wrote: > The same application works fine on jython2.7b2 and Django 1.7 > > I followed a tutorial step by step and it fails on a simple

Re: Django 1.7 has issues rendering pages on laptop

2014-09-12 Thread Michael A. Martin
The same application works fine on jython2.7b2 and Django 1.7 I followed a tutorial step by step and it fails on a simple example. It isn't a matter of not being able to access the CSS. It appears as if there is some loop issue or connection issue. I didn't try to run a debugger against it t

Re: Django 1.7 has issues rendering pages on laptop

2014-09-12 Thread James Schneider
When you say "won't render", do you mean that a stack trace error is thrown and the server quits, or that a page comes up but your CSS/JavaScript goodies aren't applied/working? If your problem is the latter: Both CSS and JS are rendered client-side, so all Django is doing is creating links to yo

Re: Django 1.7 has issues rendering pages on laptop

2014-09-12 Thread Michael Martin
After trying so many things regarding the settings in Django I found that the issue isn't with the official 1.7 stable release. I found that the current official 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 unab

Re: Django 1.7 has issues rendering pages on laptop

2014-09-12 Thread Michael Martin
https://www.youtube.com/watch?v=JZVPbHilwLI On Thu, Sep 11, 2014 at 11:59 PM, Michael Martin wrote: > opps, I forgot the url > com/watch?v=JZVPbHilwLI > > On Thu, Sep 11, 2014 at 11:52 PM, Michael Martin > wrote: > >> I know there has to be something wrong with either jython2.7b3 or with >> the

Re: Django 1.7 has issues rendering pages on laptop

2014-09-11 Thread Michael Martin
opps, I forgot the url com/watch?v=JZVPbHilwLI On Thu, Sep 11, 2014 at 11:52 PM, Michael Martin wrote: > I know there has to be something wrong with either jython2.7b3 or with the > django 1.7 releases. What I did was follow someones tutorial to show where > I start experiencing problems with r

Re: Django 1.7 has issues rendering pages on laptop

2014-09-11 Thread Michael Martin
I know there has to be something wrong with either jython2.7b3 or with the django 1.7 releases. What I did was follow someones tutorial to show where I start experiencing problems with rendering. If do tutorials 2-5, in the middle of tutorial 5 around 6:51 in the video is where Django fails to r

Re: Django 1.7 has issues rendering pages on laptop

2014-09-11 Thread Lachlan Musicman
Did you run python manage.py collectstatic ? cheers L. On 12 September 2014 11:11, Michael A. Martin wrote: > It seems like when I take all the CSS and JS the html renders with images. > But this site rendered with a previous version. I pretty much ruined this > dev project today trying to fig

Re: Django 1.7 has issues rendering pages on laptop

2014-09-11 Thread Michael A. Martin
It seems like when I take all the CSS and JS the html renders with images. But this site rendered with a previous version. I pretty much ruined this dev project today trying to figure it out. I don't know why this worked on the older version but not this version. > On Sep 11, 2014, at 9:38 AM,

Re: Django 1.7 has issues rendering pages on laptop

2014-09-11 Thread Collin Anderson
What happens if you go directly to the url of one of your static files? Also, please don't post your SECRET_KEY. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: Django 1.7 has issues rendering pages on laptop

2014-09-11 Thread Michael Martin
Here is an example of a template that use to work. {% load static %} Launch with Code Hello, world! This is a template for a simple marketing or informational website

Re: Django 1.7 has issues rendering pages on laptop

2014-09-11 Thread Michael Martin
I just sent my settings, but as you can see I have debug turned on and django.contrib.staticfiles in the installed apps. Someone please help me, I can't do any development like this. On Thu, Sep 11, 2014 at 9:29 AM, Michael Martin wrote: > """ > Django settings for lwc project. > > For more in

Re: Django 1.7 has issues rendering pages on laptop

2014-09-11 Thread Michael Martin
""" Django settings for lwc project. For more information on this file, see https://docs.djangoproject.com/en/dev/topics/settings/ For the full list of settings and their values, see https://docs.djangoproject.com/en/dev/ref/settings/ """ # Build paths inside the project like this: os.path.join(

Re: Django 1.7 has issues rendering pages on laptop

2014-09-11 Thread Collin Anderson
and do you have the "staticfiles" app in your INSTALLED_APPS? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post

Re: Django 1.7 has issues rendering pages on laptop

2014-09-11 Thread Collin Anderson
Do you have DEBUG = True? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-