Make sure you've included captcha.urls as explained in the INSTALLATION
生活随笔
收集整理的這篇文章主要介紹了
Make sure you've included captcha.urls as explained in the INSTALLATION
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
?
django.core.exceptions.ImproperlyConfigured: Make sure you've included captcha.urls as explained in the INSTALLATION section on http://readthedocs.org/docs/django-simple-captcha/en/latest/usage.html#installation
解決方案:
項(xiàng)目的urls.py中添加:
from django.conf.urls import url
urlpatterns = [
??? url(r'^captcha/', include('captcha.urls')),
]
總結(jié)
以上是生活随笔為你收集整理的Make sure you've included captcha.urls as explained in the INSTALLATION的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 多台设备登录同一 Apple ID,如何
- 下一篇: django中的form.is_vali