Getting rid off the Django Debug Toolbar

Hi, how can i disable messages like the one in the image? How can i disable completely the Django Toolbar so i can use my site in production? Thanks a lot.

That toolbar does not come in production.

If it does, try to look for a flag named debug and mark it as false

Hi Chintan, thanks for the answer.

Im using Devstack to install Open Edx…But i dont really dont know how to change from my developer enviroment to a production site.

Do i need to install Open Edx using the native installation in order to use it in production? Or Is there any way to do it using Devstack?

Thanks a lot! :slight_smile:

Yes, you already know the answer. :slight_smile: Best of luck.

2 Likes

Thank you!
Have a nice day :slight_smile: