Re: Reg:- django application optimization

2021-07-14 Thread Senthil Kumar
*Hi Ramadhan,* Thanks for your reply. It means all media related items should be placed in Apache server (var/www/html/media) path. Thank you. On Thu, Jul 15, 2021 at 1:00 AM ramadhan ngallen wrote: > On development django handle media/static files usong staticfiles app but > on production (d

Re: Reg:- django application optimization

2021-07-14 Thread ramadhan ngallen
On development django handle media/static files usong staticfiles app but on production (debug=False) you have to use server like apache/nginx to handle static files (security reason) On logger file depends on the way you write you handle how to write log files On 14 Jul 2021, 16:34 +0300, Sent

Reg:- django application optimization

2021-07-14 Thread Senthil Kumar
*Hi Team,* We are new to Django & Python application. Recently we are migrate from PHP. We are developed the application in Django / MySQL / UWSGI. Please guide us for following items. 1. Enabling Error Page. - We did debug = False. But we are not able to access any media items using the