问题
I'm trying to run Kiwi TCMS on my pc, windows 10, and getting error : Exception at /accounts/login/ Static file "debug_toolbar/css/print.css" does not exist and will cause 404 errors! I don't know what's wrong, already searched and tried the solutions from stackoverflow (that I found relevant) but nothing worked for me.
There one thing I want to share, that kereberos was making problems in windows so I installed winkerberos. I did this by changing install_requires of tcms-api , kerberos to winkerberos. It was installed, and everything else was too. Does this make any problem? Do I have to change or configure something for winkerberos on behalf of kerberos?
Screenshots are attached.
Screenshot1 Screenshot2
回答1:
pip install -r requirements/devel.txt
b/c debug-toolbar is only enabled in devel mode
来源:https://stackoverflow.com/questions/55297178/static-file-debug-toolbar-css-print-css-does-not-exist-when-starting-kiwi-tcms