Encrypt A Table using Django Model

2021-08-12 Thread Sachin Kumar
Hi Experts, If anyone has done encryption of table using Django. please let us know the process or any article which helps in the encryption of table data using Model and when required it decrypt the table data. Please help and Guide for a Solution. Regards Sachin -- You received this messag

Re: 500 - Internal server error

2021-06-19 Thread Sachin Kumar
thanks all for the help, I found the solution it was related to Web Server IIS configuration. On Sat, Jun 19, 2021 at 4:11 PM Kasper Laudrup wrote: > On 19/06/2021 10.59, Sachin Kumar wrote: > > Thanks, Kayode for the reply, > > > > it's already enabled but still c

Re: 500 - Internal server error

2021-06-19 Thread Sachin Kumar
gt; Set DEBUG=True temporarily and see what's causing the error, or check your > error logs. > > On Fri, Jun 18, 2021, 1:40 PM Sachin Kumar > wrote: > >> Hi Django Experts, >> I am trying to download a report from the client's PC using the domain >>

500 - Internal server error

2021-06-18 Thread Sachin Kumar
Hi Django Experts, I am trying to download a report from the client's PC using the domain name (http://xyz.com/reports/report/?merchant

Best way in Django to use single API 50000 times in one go

2021-04-23 Thread Sachin Kumar
Hi Experts, Please help me out to use Single API, 5 times to complete the request. for ex:- the request is of Enquiry of 5 cards. i just have a single API of Enquiry to fulfil this requirement. Steps1:- I kept these 5 request in a table. Step 3:- trigger an alert that request receiv

Django dependent select without Ajax

2021-03-30 Thread Sachin Kumar
Hi Experts, Does anyone knows Drop down list in Django without Ajax which is faster enough to fetch data from Big DataBase. Please guide me on this. Regards Sachin -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this grou

Re: Bind device with login id and password

2021-03-05 Thread Sachin Kumar
HI Mike, Thanks a lot for the reply I can capture the hostname of the localhost i also want to capture mac address of the local host. is there any way we can capture the Mac Address of the client? On Friday, 5 March 2021 at 12:21:31 UTC+5:30 Mike Dewhirst wrote: > On 5/03/2021 4:52 pm, Sac

Bind device with login id and password

2021-03-04 Thread Sachin Kumar
Hi Experts, Is there any way or logic in Django where we can bind user login id and password with first device login id. for example:- If a user first time login into a PC A, he can't login into PC B using same login id. He can only login into PC A with his login id. if he changes the PC then

SonarQube and Python/Django Code Analysis

2021-01-21 Thread Sachin Kumar
Hi Experts, I am trying to do code analysis through Sonarqube. Please if anything better that SonarQube to Analysis Python/Django Code. Please advise. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop r

Memory Leak and Solution for Django and PostgreSQL Application

2021-01-18 Thread Sachin Kumar
Hi Experts, Please help me out with a solution in finding Memory leak from a Django and PostgreSQL App. which is the best way to find Memory leak and what would be the solution? How to built Memory Profiler for a Django Applications? if anyone has ever created a Django Memory Profiler, pls pls

PostgreSQL Django Query

2021-01-07 Thread Sachin Kumar
I am using Python Django and PostgreSQL to build our report app. I am using below mention query to find some details. the query mention below is running fine in PostgreSQL command line and giving result in 2 sc for 2 million cards but when i i am try the same in Django application it is taking