Thursday, December 24, 2015

Re: django 1.9 - application does not

There's a bug in Django 1.9 that hides the actual exception when you use runserver. Try adding runserver --nothreading to see the actual exception. It will be fixed in Django 1.9.1 which will likely be released next week.

On Thursday, December 24, 2015 at 10:23:03 AM UTC-5, Sergiy Khohlov wrote:
I've had a similar problem. And use next way to solve:

1)  Create new  project  at the new directory and  verify  that  Django 1.9 is OK
2) Check  (compare ) setting  related to the TEMPLATE  in  setting.py file
3) Disable installed add modules

At this  step I detected that django-debug-toolbar and  django json  produces  this issue.

Many thanks,

Serge


+380 636150445
skype: skhohlov

On Thu, Dec 24, 2015 at 3:27 PM, AJ Abrahamsen <gracias...@gmail.com> wrote:
This person had a similar problem.  Hopefully this can give you some clue to help fix your issue:

--
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...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/7d13ff6a-d684-4a7f-950a-da273353b68c%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
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+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/56fee717-da32-4cec-a931-35fc3d99eb0f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment