The problem now is the database configuration: raise ImproperlyConfigured(" settings.DATABASES is improperly configured. " django.core.exceptions.ImproperlyConfigured: settings.DATABASES is improperly configured. Please supply the ENGINE value. Check settings documentation for more details.
DATABASES = { 'default': { 'ENGINE': 'django.db.backends.mysql', # Add 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'. 'NAME': 'xam', # Or path to database file if using sqlite3. 'USER': 'root', # Not used with sqlite3. 'PASSWORD': 'password', # Not used with sqlite3. 'HOST': 'localhost', # Set to empty string for localhost. Not used with sqlite3. 'PORT': '3306', # Set to empty string for default. Not used with sqlite3. } } You have the python-mysqldb package installed in your system? 2012/6/16 Satvir Toor <toor.satvi...@gmail.com> > On Sat, Jun 16, 2012 at 4:58 PM, Sabbineni Navneet > <sabbsnavneet1...@gmail.com> wrote: > > > DATABASES = { > > 'default': { > > 'ENGINE': 'django.db.backends.mysql', # Add > 'postgresql_psycopg2', > > 'mysql', 'sqlite3' or 'oracle'. > > 'NAME': 'xam', # Or path to database file if > > using sqlite3. > > 'USER': 'root', # Not used with sqlite3. > > 'PASSWORD':'', # Not used with sqlite3. > what is your password here??? > > > > -- > Satvir Kaur > satveerkaur.blogspot.in > > -- > 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...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > > -- 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...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.