标签: django
如何在Django URL中添加特殊字符#?
我的代码:
url(r'updateHashTags/(?P<id>[\w\-]+)$', views.updateHashTags, name='updateHashTags')