Chạy python manage.py runserver bị lỗi?

Mình đang tự học Django, đến đoạn chạy cái này thì bị lỗi như này, nhờ các bác giúp:

Unhandled exception in thread started by <function check_errors..wrapper at 0x000002329F0CFEA0>
Traceback (most recent call last):
File “C:\Python36\lib\site-packages\django-1.11.1-py3.6.egg\django\utils\autoreload.py”, line 227, in wrapper
fn(*args, **kwargs)
File “C:\Python36\lib\site-packages\django-1.11.1-py3.6.egg\django\core\management\commands\runserver.py”, line 125, i
n inner_run
self.check(display_num_errors=True)
File “C:\Python36\lib\site-packages\django-1.11.1-py3.6.egg\django\core\management\base.py”, line 359, in check
include_deployment_checks=include_deployment_checks,
File “C:\Python36\lib\site-packages\django-1.11.1-py3.6.egg\django\core\management\base.py”, line 346, in run_checks
return checks.run_checks(**kwargs)
File “C:\Python36\lib\site-packages\django-1.11.1-py3.6.egg\django\core\checks\registry.py”, line 81, in run_checks
new_errors = check(app_configs=app_configs)
File “C:\Python36\lib\site-packages\django-1.11.1-py3.6.egg\django\core\checks\urls.py”, line 16, in check_url_config
return check_resolver(resolver)
File “C:\Python36\lib\site-packages\django-1.11.1-py3.6.egg\django\core\checks\urls.py”, line 26, in check_resolver
return check_method()
File “C:\Python36\lib\site-packages\django-1.11.1-py3.6.egg\django\urls\resolvers.py”, line 254, in check
for pattern in self.url_patterns:
File “C:\Python36\lib\site-packages\django-1.11.1-py3.6.egg\django\utils\functional.py”, line 35, in get
res = instance.dict[self.name] = self.func(instance)
File “C:\Python36\lib\site-packages\django-1.11.1-py3.6.egg\django\urls\resolvers.py”, line 405, in url_patterns
patterns = getattr(self.urlconf_module, “urlpatterns”, self.urlconf_module)
File “C:\Python36\lib\site-packages\django-1.11.1-py3.6.egg\django\utils\functional.py”, line 35, in get
res = instance.dict[self.name] = self.func(instance)
File “C:\Python36\lib\site-packages\django-1.11.1-py3.6.egg\django\urls\resolvers.py”, line 398, in urlconf_module
return import_module(self.urlconf_name)
File "C:\Python36\lib\importlib_init
.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File “”, line 978, in _gcd_import
File “”, line 961, in _find_and_load
File “”, line 950, in _find_and_load_unlocked
File “”, line 655, in _load_unlocked
File “”, line 674, in exec_module
File “”, line 781, in get_code
File “”, line 741, in source_to_code
File “”, line 205, in _call_with_frames_removed
File “C:\Users\haidragonsea\Desktop\website\website\urls.py”, line 2
from django.conf.urls import url import include, url
^
SyntaxError: invalid syntax

Ngay dòng 2 import thư viện sai cú pháp kìa _

83% thành viên diễn đàn không hỏi bài tập, còn bạn thì sao?