Re:

2022-09-26 Thread Israr Hussain Rao
really appreciated brother, Can you please add me +905338372362 regards On Mon, Sep 26, 2022 at 3:53 PM Abdulfarid Olakunle wrote: > Hello fellow developers, I will be creating a WhatsApp group chat later in > the day, So I will like my fellow Python Django Developers to join the > group. It

Method and Technique for Fast response from server

2021-03-23 Thread Israr Hussain Rao
Dear Programmers, Hope You are doing well. my Django application is big and taking 5 to 10 seconds to load the data. I would lıke to ask you the methods and techniques to make it fast. appreciated in advance. Regards -- You received this message because you are subscribed to the Google Groups "D

Django application is slow

2021-03-24 Thread Israr Hussain Rao
Dear Programmers, my Django application is big and slow any leads on how to make it fast responsive. -- 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

Re: Django application is slow

2021-03-24 Thread Israr Hussain Rao
is capable of handling huge requests or not. > Remove unused JavaScript. Check your querysets. > > > On Wed, Mar 24, 2021, 1:31 PM Israr Hussain Rao < > israrhussainrao5...@gmail.com> wrote: > >> Dear Programmers, >> my Django application is big and slow any lea

Re: Django application is slow

2021-03-24 Thread Israr Hussain Rao
> > On Wed, Mar 24, 2021, 1:52 PM Israr Hussain Rao < > israrhussainrao5...@gmail.com> wrote: > >> I have rechecked my code and did my best to shorten the code and >> removed unused javascript as well. >> I will recheck my server capability as well. do you kno

unable to update pdf and edit category.

2021-03-31 Thread Israr Hussain Rao
my code is not giving an error but it is not performing edit action. and it uploads pdf but not shown in the html page. *View.py def Upload_Charter(request): Category_List= Category.objects.all().order_by("Category_name") # for viewing all catogories if reque

Re: Django multilinguial docs

2021-04-19 Thread Israr Hussain Rao
use this library and make a folder in your application django.mo and django.po django.utils.translation import ugettext use this template tag {% trans 'text need to be translate '%} On Mon, Apr 19, 2021 at 10:56 PM Archana Singh wrote: > Can anyone please guide how the django docs website h

Django 0.97 filter for admin dashboard

2023-09-04 Thread Israr Hussain Rao
Hello Django developer, I am working on very old django version 0.97 because the system was developed long time ago and i am creating a new application by using new version, because updating from 0.97 to 4.1 is i don't know how much it is practically possible. In short, I need to create a filter fo