"from django core import meta" doesnt work django-admin.py inspectdb newdb Traceback (most recent call last): File "/home/mark/bin/django-admin.py", line 8, in ? management.execute_from_command_line() File "/usr/lib/python2.4/site-packages/django/core/management.py", line 1254, in execute_from_command_line for line in action_mapping[action](): File "/usr/lib/python2.4/site-packages/django/core/management.py", line 705, in inspectdb cursor = connection.cursor() File "/usr/lib/python2.4/site-packages/django/db/backends/dummy/base.py", line 13, in complain raise ImproperlyConfigured, "You haven't set the DATABASE_ENGINE setting yet." django.core.exceptions.ImproperlyConfigured: You haven't set the DATABASE_ENGINE setting yet.
im getting following error echo $DJANGO_SETTINGS_MODULE my.settings PLS HELP --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---