Error
兴宁阿哥
这个作者很懒,什么都没留下…
展开
-
raise ImproperlyConfigured("The SECRET_KEY setting must not be empty.") 解决办法
raise ImproperlyConfigured(“The SECRET_KEY setting must not be empty.”) django.core.exceptions.ImproperlyConfigured: The SECRET_KEY setting must not be empty. 1.错误图片 2.两种情况 在settings.py 文件中,缺少了 SECRE...原创 2020-03-17 13:19:53 · 2235 阅读 · 1 评论 -
Make sure you've included captcha.urls as explained in the INSTALLATION section on (ImproperlyConfi)
在使用django-simple-captcha中报错误 Exception Type:ImproperlyConfigured 1.错误代码图片 2.检查一下配置是否有问题(settings.py) 3.检查一下 路由是否带有其他字符(必须在主路由中配置) from django.urls import path, re_path, include urlpatterns = [ ...原创 2020-03-16 21:27:50 · 585 阅读 · 0 评论 -
(1146, "Table 'backgroundmanager.captcha_captchastore' doesn't exist") (ProgrammingError)解决办法
在使用django-simple-captcha中报1146错误 错误代码图片#### 执行如下命令,即可药到病除 python manage.py migrate原创 2020-03-16 20:13:40 · 684 阅读 · 0 评论