QuerySet hang

2009-09-27 Thread Waqas
I have written an offline application. In this application, i have written following code: rs = InqueuePing.objects.filter(processed = 0).order_by('-timestamp') if rs: #bla bla bla here The process is hanging on evaluating the if condition. I digg the code of django and i found that django

Re: QuerySet hang

2009-09-29 Thread Waqas
sql server configuration issue or mysql server bug or MySQLdb library issue. Do u any thing regarding this scenario? On Sep 29, 2:06 am, Michael wrote: > On Mon, Sep 28, 2009 at 2:38 AM, Waqas wrote: > > > I have written an offline application. In this application, i have > > writ

Per view Cache Database query

2010-03-19 Thread Waqas
If i have enable view level cache then django saves the db queries result in cache? For example i have following view: @cache_page(60 * 150) def public(request): .. .. In this view i am quering database. My question is if i load this page in browser and then modify some records in

RE: Python Django Training

2020-02-06 Thread waqas
Me to interested Sent from Mail for Windows 10 From: Aakash Verma Sent: Thursday, 6 February 2020 10:26 PM To: django-users@googlegroups.com Subject: Re: Python Django Training I am interested in attending the training for python /django . On Sat, Feb 1, 2020, 7:12 PM Srikanth K https://groups.

[no subject]

2021-10-19 Thread Waqas Ali
Hi Maryam whare you from? -- 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+unsubscr...@googlegroups.com. To view this discussion on the web visit ht

Re: __unicode__() addition not working in basic poll application.

2013-08-12 Thread Waqas Javed
I was having the same problem my django version was 1.3.1 and python 2.7. There was indentation problem with my code after correcting it my problem was solved. On Tuesday, June 14, 2011 11:01:54 PM UTC+5, Kyle Latham wrote: > > Hello, > > I am having the same problem while working through the t

Re: Django timezone problem

2019-02-03 Thread Waqas Ali
Plz can you share the all data about this site and source code On Mon., 4 Feb. 2019, 12:00 am Mikko Meronen Hi, > > Is there any easy way in Django to catch end user's local time when end > user access the webpage? > > I have read django documentation and tried to google solutions, but I get > qu

Re: Check this out guys

2020-09-16 Thread Waqas Ali
Wow Awesome 🥰 On Wed, Sep 16, 2020, 12:42 PM 712189512 wrote: > Hi guys i have build this *https://connectdjango.com > * platform with django and i want you to check > it out,you can post your questions there and and also post some tutorials > too,let's all connect an

hello i am developing online automated text classification so i need some help soon as possible.

2018-12-11 Thread Waqas Ali
-- 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+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. V

Please help me to resolve this issue .............................[WinError 10061] No connection could be made because the target machine actively refused it

2019-08-28 Thread Waqas Ahmad
:* *['django.middleware.security.SecurityMiddleware',* * 'django.contrib.sessions.middleware.SessionMiddleware',* * 'django.middleware.common.CommonMiddleware',* * 'django.middleware.csrf.CsrfViewMiddleware',* * 'django.contrib.auth.middleware.AuthenticationMiddleware',

i need a project developed in django +mysql database and front end in bootstrap-4

2019-08-28 Thread Waqas Ahmad
For Contact me ::: waqasahmadtarar...@gmail.com -- 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+unsubscr...@googlegroups.com. To view this d

Re:

2019-10-09 Thread Waqas Ali
if anyone can have then plz share On Wed, Oct 9, 2019 at 10:28 PM Uzama Zaid Mohammed Jaward < uzamajaw...@gmail.com> wrote: > Hello there > > Can anyone send resources on Clean Architecture in Django? > > -- > You received this message because you are subscribed to the Google Groups > "Django u

django social auth

2016-02-06 Thread ahmed waqas Nasir
i am new in django i am trying to add thirdparty verification using social auth after configuration when i run migrations i got following error InDjango110Warning: SubfieldBase has been deprecated. Use Field.from_db_value i stead. RemovedInDjango110Warning) i know the reason of this error

Data base connection problem

2016-02-13 Thread ahmed waqas Nasir
i have made a model names STUDENT and when i run migrataion no migration applied but when from admin i tried to browse student i got following error OperationalError at /admin/app/student/ no such table: app_student Request Method: GET Request URL: http://127.0.0.1:8000/admin/app/student/ Djan