tremblerz

error_output

Apr 6th, 2016
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.88 KB | None | 0 0
  1. abhi@abhi-Vostro-3546:~/Downloads/CourseMaterial/django/intranet$ python manage.py runserver
  2. Traceback (most recent call last):
  3. File "manage.py", line 10, in <module>
  4. execute_from_command_line(sys.argv)
  5. File "/home/abhi/Downloads/CourseMaterial/django/django/django/core/management/__init__.py", line 349, in execute_from_command_line
  6. utility.execute()
  7. File "/home/abhi/Downloads/CourseMaterial/django/django/django/core/management/__init__.py", line 341, in execute
  8. self.fetch_command(subcommand).run_from_argv(self.argv)
  9. File "/home/abhi/Downloads/CourseMaterial/django/django/django/core/management/__init__.py", line 193, in fetch_command
  10. klass = load_command_class(app_name, subcommand)
  11. File "/home/abhi/Downloads/CourseMaterial/django/django/django/core/management/__init__.py", line 40, in load_command_class
  12. module = import_module('%s.management.commands.%s' % (app_name, name))
  13. File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
  14. __import__(name)
  15. File "/home/abhi/Downloads/CourseMaterial/django/django/django/core/management/commands/runserver.py", line 16, in <module>
  16. from django.db.migrations.executor import MigrationExecutor
  17. File "/home/abhi/Downloads/CourseMaterial/django/django/django/db/migrations/executor.py", line 7, in <module>
  18. from .loader import MigrationLoader
  19. File "/home/abhi/Downloads/CourseMaterial/django/django/django/db/migrations/loader.py", line 10, in <module>
  20. from django.db.migrations.recorder import MigrationRecorder
  21. File "/home/abhi/Downloads/CourseMaterial/django/django/django/db/migrations/recorder.py", line 12, in <module>
  22. class MigrationRecorder(object):
  23. File "/home/abhi/Downloads/CourseMaterial/django/django/django/db/migrations/recorder.py", line 26, in MigrationRecorder
  24. class Migration(models.Model):
  25. File "/home/abhi/Downloads/CourseMaterial/django/django/django/db/migrations/recorder.py", line 27, in Migration
  26. app = models.CharField(max_length=255)
  27. File "/home/abhi/Downloads/CourseMaterial/django/django/django/db/models/fields/__init__.py", line 1072, in __init__
  28. super(CharField, self).__init__(*args, **kwargs)
  29. File "/home/abhi/Downloads/CourseMaterial/django/django/django/db/models/fields/__init__.py", line 166, in __init__
  30. self.db_tablespace = db_tablespace or settings.DEFAULT_INDEX_TABLESPACE
  31. File "/home/abhi/Downloads/CourseMaterial/django/django/django/conf/__init__.py", line 53, in __getattr__
  32. self._setup(name)
  33. File "/home/abhi/Downloads/CourseMaterial/django/django/django/conf/__init__.py", line 41, in _setup
  34. self._wrapped = Settings(settings_module)
  35. File "/home/abhi/Downloads/CourseMaterial/django/django/django/conf/__init__.py", line 117, in __init__
  36. raise ImproperlyConfigured("The SECRET_KEY setting must not be empty.")
  37. django.core.exceptions.ImproperlyConfigured: The SECRET_KEY setting must not be empty.
Add Comment
Please, Sign In to add comment