Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有个问题:
如何删除 Django url 中的空格,或将其替换为破折号?,例如:
http://...com/removewhitespaces
或者
http://...com/remove-white-spaces
谢谢!
内置的 slugify 方法可以解决问题:
https://docs.djangoproject.com/en/dev/ref/utils/#django.utils.text.slugify