Re: Reg:- django application optimization

2021-07-14 Thread Senthil Kumar
uction (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, Senthil Kumar , > wrote: > > *Hi Team,* > We ar

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

Re: Regd:- Generating PDF from HTML with image

2020-10-27 Thread Senthil Kumar
Thanks a lot. We will check it out & get back to you On Tue, Oct 27, 2020 at 6:43 PM Derek wrote: > You can try : https://pypi.org/project/xhtml2pdf/ > > On Tuesday, 27 October 2020 at 11:37:22 UTC+2 senthil...@gmail.com wrote: > >> Hi Everyone, >> >> Hope you are doing well >> >> We need help t

Regd:- Generating PDF from HTML with image

2020-10-27 Thread Senthil Kumar
Hi Everyone, Hope you are doing well We need help to generate the PDF from the HTML tag with images. Let us know if any package available to do this requirement. Thanks in advance. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscrib

Multi-Tenancy MySQL Database in Django

2019-11-12 Thread Senthil Kumar
We are going to do a SAAS based application for our existing application. We need to integrate the Multi-Tenancy database using MySQL in this application. Please suggest any predefined packages available in Django. For example, company1.domain.com,company2.domain.com,company3.domain.com.Here Co