Im新的django,我正在嘗試製作一個電子商務網站。之後,我改變它我更改我的模板設置後出現IO錯誤
我的網站恢復到這樣那樣的錯誤,可能是什麼:因爲我總是每次收到的錯誤,我嘗試做makemigrations我已刪除TEMPLATE_DIRS並已將其列入到模板設置說明如下問題
Request Method: GET
Request URL: http://localhost:8000/admin/
Django Version: 1.11.6
Exception Type: IOError
Exception Value:
[Errno 22] Invalid argument: u"C:\\trydjango\\src\\
('C:\\trydjango\\static\\templates',)\\admin\\index.html"
UPDATE:
BASE_DIR = os.path.dirname(os.path.dirname(__file__))
可能是你需要用''模板'來註釋行,),)' –
哪個django版本? –
如果您正在創建電子商務網站,那麼您可以使用django-oscar。 https://github.com/django-oscar/django-oscar –