Could not import settings' when django-admin is created in sentos virtual environment

File "/ home/django-file/virtualenv/test/bin/django-admin", line 5, in < module >

management.execute_from_command_line()

File "/ home/django-file/virtualenv/test/lib/python2.6/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line

utility.execute()

File "/ home/django-file/virtualenv/test/lib/python2.6/site-packages/django/core/management/__init__.py", line 392, in execute

self.fetch_command(subcommand).run_from_argv(self.argv)

File "/ home/django-file/virtualenv/test/lib/python2.6/site-packages/django/core/management/__init__.py", line 261, in fetch_command

commands = get_commands()

File "/ home/django-file/virtualenv/test/lib/python2.6/site-packages/django/core/management/__init__.py", line 107, in get_commands

apps = settings.INSTALLED_APPS

File "/ home/django-file/virtualenv/test/lib/python2.6/site-packages/django/conf/__init__.py", line 54, in getattr

self._setup(name)

File "/ home/django-file/virtualenv/test/lib/python2.6/site-packages/django/conf/__init__.py", line 49, in _ setup

self._wrapped = Settings(settings_module)

File "/ home/django-file/virtualenv/test/lib/python2.6/site-packages/django/conf/__init__.py", line 132, in init

% (self.SETTINGS_MODULE, e)

ImportError: Could not import settings" config.django.production" (Is it on sys.path? Is there an import error in the settings file?): No module named config.django.production

Could not import settings" config.django.production" appears after creating a soft connection

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b328e2-2be18.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b328e2-2be18.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?