DEBUG=False but still "Starting development server" ?!

39 views
Skip to first unread message

Richard Belew

unread,
Aug 15, 2018, 2:23:08 PM8/15/18
to Django users
i've set DEBUG=False, and also echo its value at the end of my settings.py file to confirm it's been set correctly.
Still I get:

Django version 2.1, using settings 'showCrime.settings'
Starting development server at ...

why would that be?! 

ireoluwa fakeye

unread,
Aug 15, 2018, 2:26:03 PM8/15/18
to django...@googlegroups.com
You have to restart  the application  or restart the server as the case may be

--
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/30470541-18ff-43ed-8abc-7bd46acd1f39%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Richard Belew

unread,
Aug 15, 2018, 2:33:06 PM8/15/18
to Django users
yup, restarted apache.  still development(:

ireoluwa fakeye

unread,
Aug 15, 2018, 2:39:54 PM8/15/18
to django...@googlegroups.com
I'm confused on what the problem is  .as long as it's a development server it  will still show the above  configuration

--
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.

Richard Belew

unread,
Aug 15, 2018, 2:48:55 PM8/15/18
to Django users
i believe changing `settings.DEBUG` to `False` should make it a production server?

Julio Biason

unread,
Aug 15, 2018, 2:51:35 PM8/15/18
to django...@googlegroups.com
Hi Richard,

No, that just suppresses the DEBUG messages, either in logs as in views.

To have a production server, you need to deploy with wsgi: https://docs.djangoproject.com/en/2.1/howto/deployment/wsgi/ .

--
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...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.

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



--
Julio Biason, Sofware Engineer
AZION  |  Deliver. Accelerate. Protect.
Office: +55 51 3083 8101  |  Mobile: +55 51 99907 0554

ireoluwa fakeye

unread,
Aug 15, 2018, 3:02:49 PM8/15/18
to django...@googlegroups.com
No it doesn't  . It's clearly stated that it's only  when you deploying the app that you should set debug to false  this would not make any error show

--
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.
Reply all
Reply to author
Forward
0 new messages