摘要:
```python这个问题在Python3.6有时候会出现,说明是源码有bug这一块Your STATICFILES_DIRS setting is not a tuple or list; "ImproperlyConfigured: Your STATICFILES_DIRS setting is not a tuple or list; perhaps you forgot a traili... 阅读全文
摘要:
```python git add . 的时候遇到warning: LF will be replaced by CRLF in ...... 解决办法 输 入 git add . 后出现 warning: LF will be replaced by CRLF in ...... The file will have its original line endings in your worki 阅读全文
摘要:
报错信息: django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module. Did you install mysqlclient? 解决方式: 在settings.py配置文件中,添加pymysql的配置, im 阅读全文