微信搜索“高速商务通”,马上办理ETC
浏览器提示:
localhost 拒绝了我们的连接请求。
请试试以下办法:
- 检查网络连接
- 检查代理服务器和防火墙
django.core.exceptions. ImproperlyConfigured: “^new_entry/?P<topic_id>\d+))/$” is not a valid regular experssion: unbalanced parenthesis at position 28
问题:
url(r’^new_entry/(?P<topic_id>\d+))/$’, views.new_entry, name=’new_entry’),
原来是自己输入括号的时候,多输入了一个),造成程序错误。