I am doing the Djando tutorial https://docs.djangoproject.com/en/1.4/intro/tutorial01/ When I execute "python manage.py syncdb" I get the error below: settings.DATABASES is improperly configured. Please supply the ENGINE value. The settings.DATABASES IS configured exactly as described in the tutorial: 'ENGINE': 'django.db.backends.sqlite3', I beleive a different settings.py is used - I don't know why. Any ideas?
-- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/HnL5IhYrmB4J. 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.