Support for MS SQL Databases

2010-01-27 Thread sridharpandu
By any chance does Django support MSSQL DB's. I have a query from a prospective customer who would like to protect his current IT investments. Best regards Sridhar -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send ema

Re: Error in importing user in the interactive console

2010-01-07 Thread sridharpandu
James As suggested by you "User" works. Not "user" as typed by me. Thanks Best regards Sridhar On Jan 8, 10:52 am, James Bennett wrote: > On Thu, Jan 7, 2010 at 11:50 PM, sridharpandu wrote: > > Couldn't understand your post. Pls eloborate &

Re: Error in importing user in the interactive console

2010-01-07 Thread sridharpandu
James I copied the text from the console and pasted in the browser for some funny reason the 'c' doesn't appear. But I did type 'contrib' and not 'ontrib' Best regards Sridhar Pandurangiah On Jan 8, 10:52 am, James Bennett wrote: > On Thu, Jan 7,

Re: Error in importing user in the interactive console

2010-01-07 Thread sridharpandu
Kenneth Couldn't understand your post. Pls eloborate Best regards Sridhar On Jan 8, 10:39 am, Kenneth Gonsalves wrote: > On Friday 08 Jan 2010 11:10:12 am sridharpandu wrote:> from > django.ontrib.auth.models import user > > s/ontrib/contrib/  and User > -- > r

Error in importing user in the interactive console

2010-01-07 Thread sridharpandu
I started the console by typing python manage.py shell then gave the following command from django.ontrib.auth.models import user I get the following error Traceback (most recent call last): File "", line 1, in ImportError: cannot import name user Any ideas what could be wrong. Best regar

Re: Django Admin Template Directory

2009-11-03 Thread sridharpandu
I didn't specify a path. I did an apt-get install on Ubuntu 9.04 (later upgraded to 9.10). regards Sridhar --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to d

Django Admin Template Directory

2009-11-03 Thread sridharpandu
Hi I am reading the second part of the Django tutorial on the Django website. The Tutorial mentions that I should copy the base_site.html page from "django/contrib/admin/templates" to an Admin directory under my HOME directory. The problem is I am unable to locate this "django/ contrib/admin/temp

Re: syncdb for INSTALLED_APPS throws errors

2009-11-03 Thread sridharpandu
Thank You --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr..

Re: syncdb for INSTALLED_APPS throws errors

2009-10-29 Thread sridharpandu
Skylar Thanks. It works. Here is the trace. Should warning on line 2 be ignored? srid...@sridhar:~$ python manage.py syncdb /var/lib/python-support/python2.6/MySQLdb/__init__.py:34: DeprecationWarning: the sets module is deprecated from sets import ImmutableSet Creating table auth_permission C

Re: syncdb for INSTALLED_APPS throws errors

2009-10-29 Thread sridharpandu
ct 2009 12:17:56 pm sridharpandu wrote: > > >  raise ImproperlyConfigured("Error loading MySQLdb module: %s" % e) > > django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb > > module: No module named MySQLdb > > you need MysSQLdb to connect to the data

syncdb for INSTALLED_APPS throws errors

2009-10-28 Thread sridharpandu
Hi, I ran the syncdb command to create the tables for INSTALLED_APPS. I get the errors as shown in the output below. Can someone tell me what's wrong. I am using a laptop that runs Django as well as the MySQL database . srid...@sridhar:~/finch/chennaicard$ python manage.py syncdb Traceback (most