Re: python manage.py runserver ImportError

2014-12-14 Thread Mohammad Shariq
try running: python manage.py runserver --settings= On 14 December 2014 at 14:56, Saki Fu wrote: > I run python manage.py runserver and got the following error. > > ImportError: Could not import settings 'myapp.settings' (Is it on > sys.path? Is there an import error in the

Does Django guarantees to generate well Optimized SQL Query ??

2012-05-18 Thread shariq
Hi, I am writing an Django application. This project need to be very efficient and well optimized. I am very much concern about SQL-Query performance. I am using postgreSQL. I want to know whether Django Guarantees to generate well optimized SQL-Query ??? Thanks Shariq -- You received

postgresql connection is not closed

2012-05-14 Thread shariq
Hi, I am running django-1.2 with postgresql. I am facing the problem. Django is not closing the connection and the connection is retained by db-server until DBA goes and kill the connection manually. -- You received this message because you are subscribed to the Google Groups "Django users"