Re: Django + FAPWS doesnt show the templates/view correct
Yes, looks like something went wrong due to static file access; I find http/1.1 404 not found error under web console of firefox
Status Code:
HTTP/1.1 404 NOT FOUND
HTTP/1.1 404 NOT FOUND
I tried option from link https://docs.djangoproject.com/en/1.4/ref/contrib/staticfiles/#static-file-development-view
still not yet resolved.
On Friday, August 17, 2012 4:27:03 PM UTC+5:30, Paul Backhouse wrote:
Are you sure it's a views/templates issue? You're getting content that--
looks correct in structure so I'd say the views + templates are fine.
Looks like a CSS issue to me.
If you're using firefox then install firebug and check the NET tab for
404s to your CSS files.
Paul
On Fri, 2012-08-17 at 02:43 -0700, keeran wrote:
> On the Django development server, django app works fine. But once I
> setup the production test run, I get only the text contents, where
> template views are not shown as intended. What am I going wrong?
>
> I have django 1.5 latest.
>
> Nginx - 0.8.54
>
> uWSGI - 1.2.5
You received this message because you are subscribed to the Google Groups "Django users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/p7H2tlXtzGAJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home