New question #234011 on Graphite:
https://answers.launchpad.net/graphite/+question/234011

Dear Experts,

I’ve installed the latest available versions of carbon, whisper and graphite 
web (v0.9.10). Everything went fine until I performed the step for creating 
Initial Database. I’m using the default setup with sqlite-3.6.20-1.el6.x86_64 
and Django 1.5.1. As described in the installation guide, when I run:

[root@lab-graphit ~]# cd /opt/graphite/webapp/graphite
[root@lab-graphit graphite]# sudo python manage.py syncdb

It gives the following output:

Could not import graphite.local_settings, using defaults!
/usr/lib/python2.6/site-packages/django/core/management/__init__.py:465: 
DeprecationWarning: The 'execute_manager' function is deprecated, you likely 
need to update your 'manage.py'; please see the Django 1.4 release notes 
(https://docs.djangoproject.com/en/dev/releases/1.4/).
  DeprecationWarning)
/usr/lib/python2.6/site-packages/django/core/management/__init__.py:409: 
DeprecationWarning: The 'setup_environ' function is deprecated, you likely need 
to update your 'manage.py'; please see the Django 1.4 release notes 
(https://docs.djangoproject.com/en/dev/releases/1.4/).
  DeprecationWarning)
Could not import graphite.local_settings, using defaults!
Traceback (most recent call last):
  File "manage.py", line 11, in <module>
    execute_manager(settings)
  File "/usr/lib/python2.6/site-packages/django/core/management/__init__.py", 
line 469, in execute_manager
    utility.execute()
  File "/usr/lib/python2.6/site-packages/django/core/management/__init__.py", 
line 392, in execute
    self.fetch_command(subcommand).run_from_argv(self.argv)
  File "/usr/lib/python2.6/site-packages/django/core/management/__init__.py", 
line 272, in fetch_command
    klass = load_command_class(app_name, subcommand)
  File "/usr/lib/python2.6/site-packages/django/core/management/__init__.py", 
line 77, in load_command_class
    module = import_module('%s.management.commands.%s' % (app_name, name))
  File "/usr/lib/python2.6/site-packages/django/utils/importlib.py", line 35, 
in import_module
    __import__(name)
  File 
"/usr/lib/python2.6/site-packages/django/core/management/commands/syncdb.py", 
line 8, in <module>
    from django.core.management.sql import custom_sql_for_model, 
emit_post_sync_signal
  File "/usr/lib/python2.6/site-packages/django/core/management/sql.py", line 
9, in <module>
    from django.db import models
  File "/usr/lib/python2.6/site-packages/django/db/__init__.py", line 11, in 
<module>
    if settings.DATABASES and DEFAULT_DB_ALIAS not in settings.DATABASES:
  File "/usr/lib/python2.6/site-packages/django/conf/__init__.py", line 53, in 
__getattr__
    self._setup(name)
  File "/usr/lib/python2.6/site-packages/django/conf/__init__.py", line 48, in 
_setup
    self._wrapped = Settings(settings_module)
  File "/usr/lib/python2.6/site-packages/django/conf/__init__.py", line 152, in 
__init__
    raise ImproperlyConfigured("The SECRET_KEY setting must not be empty.")
django.core.exceptions.ImproperlyConfigured: The SECRET_KEY setting must not be 
empty.

Can I provide any specific logs in order to clarify the root cause ?

Thank you in advance for your kind assistance!

Regards,
Iliya


-- 
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.

_______________________________________________
Mailing list: https://launchpad.net/~graphite-dev
Post to     : graphite-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~graphite-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to