New question #256729 on Graphite: https://answers.launchpad.net/graphite/+question/256729
Hi Group, I am following the instructions here: http://graphite.readthedocs.org/ I installed graphite-web, whisper and carbon, django and all of the pre-req. When I issue this command to create the initial db: python manage.py syncdb I get bunch of errors, what are the cause of this error. Any ideas what I may be missing? Traceback (most recent call last): File "manage.py", line 13, in <module> execute_from_command_line(sys.argv) File "/usr/local/lib64/python2.6/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line utility.execute() File "/usr/local/lib64/python2.6/site-packages/django/core/management/__init__.py", line 392, in execute self.fetch_command(subcommand).run_from_argv(self.argv) File "/usr/local/lib64/python2.6/site-packages/django/core/management/__init__.py", line 272, in fetch_command klass = load_command_class(app_name, subcommand) File "/usr/local/lib64/python2.6/site-packages/django/core/management/__init__.py", line 75, in load_command_class module = import_module('%s.management.commands.%s' % (app_name, name)) File "/usr/local/lib64/python2.6/site-packages/django/utils/importlib.py", line 40, in import_module __import__(name) File "/usr/local/lib64/python2.6/site-packages/django/core/management/commands/syncdb.py", line 9, in <module> from django.core.management.sql import custom_sql_for_model, emit_post_sync_signal, emit_pre_sync_signal File "/usr/local/lib64/python2.6/site-packages/django/core/management/sql.py", line 9, in <module> from django.db import models File "/usr/local/lib64/python2.6/site-packages/django/db/models/__init__.py", line 5, in <module> from django.db.models.query import Q File "/usr/local/lib64/python2.6/site-packages/django/db/models/query.py", line 17, in <module> from django.db.models.deletion import Collector File "/usr/local/lib64/python2.6/site-packages/django/db/models/deletion.py", line 4, in <module> from django.db.models import signals, sql File "/usr/local/lib64/python2.6/site-packages/django/db/models/sql/__init__.py", line 4, in <module> from django.db.models.sql.subqueries import * File "/usr/local/lib64/python2.6/site-packages/django/db/models/sql/subqueries.py", line 12, in <module> from django.db.models.sql.query import Query File "/usr/local/lib64/python2.6/site-packages/django/db/models/sql/query.py", line 22, in <module> from django.db.models.sql import aggregates as base_aggregates_module File "/usr/local/lib64/python2.6/site-packages/django/db/models/sql/aggregates.py", line 9, in <module> ordinal_aggregate_field = IntegerField() File "/usr/local/lib64/python2.6/site-packages/django/db/models/fields/__init__.py", line 116, in __init__ self.db_tablespace = db_tablespace or settings.DEFAULT_INDEX_TABLESPACE File "/usr/local/lib64/python2.6/site-packages/django/conf/__init__.py", line 54, in __getattr__ self._setup(name) File "/usr/local/lib64/python2.6/site-packages/django/conf/__init__.py", line 49, in _setup self._wrapped = Settings(settings_module) File "/usr/local/lib64/python2.6/site-packages/django/conf/__init__.py", line 151, in __init__ raise ImproperlyConfigured("The SECRET_KEY setting must not be empty.") django.core.exceptions.ImproperlyConfigured: The SECRET_KEY setting must not be empty. -- 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