tremblerz

error_output

Apr 8th, 2016
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. abhi@abhi-Vostro-3546:~/Downloads/CourseMaterial/django/Feasta$ python manage.py runserver
  2. Performing system checks...
  3.  
  4. System check identified no issues (0 silenced).
  5. April 09, 2016 - 02:05:50
  6. Django version 1.10.dev20151128133845, using settings 'mess.settings'
  7. Starting development server at http://127.0.0.1:8000/
  8. Quit the server with CONTROL-C.
  9. Unhandled exception in thread started by <function wrapper at 0x7f8c5e14b938>
  10. Traceback (most recent call last):
  11. File "/home/abhi/Downloads/CourseMaterial/django/django/django/utils/autoreload.py", line 226, in wrapper
  12. fn(*args, **kwargs)
  13. File "/home/abhi/Downloads/CourseMaterial/django/django/django/core/management/commands/runserver.py", line 135, in inner_run
  14. handler = self.get_handler(*args, **options)
  15. File "/home/abhi/Downloads/CourseMaterial/django/django/django/contrib/staticfiles/management/commands/runserver.py", line 27, in get_handler
  16. return StaticFilesHandler(handler)
  17. File "/home/abhi/Downloads/CourseMaterial/django/django/django/contrib/staticfiles/handlers.py", line 20, in __init__
  18. self.base_url = urlparse(self.get_base_url())
  19. File "/home/abhi/Downloads/CourseMaterial/django/django/django/contrib/staticfiles/handlers.py", line 24, in get_base_url
  20. utils.check_settings()
  21. File "/home/abhi/Downloads/CourseMaterial/django/django/django/contrib/staticfiles/utils.py", line 59, in check_settings
  22. raise ImproperlyConfigured("The MEDIA_ROOT and STATIC_ROOT "
  23. django.core.exceptions.ImproperlyConfigured: The MEDIA_ROOT and STATIC_ROOT settings must have different values
Add Comment
Please, Sign In to add comment