Study/django
List of Useful URL Patterns, 정규 표현에 대해 정리
bluebamus
2023. 8. 23. 22:26
- url, re_path에서 사용 가능하며 표현식은 같다.
- "(r'...',views,name='')" 형식이 된다.
상세한건 하단 링크를 참조하자.
https://simpleisbetterthancomplex.com/references/2016/10/10/url-patterns.html
List of Useful URL Patterns
The ability to create beautiful and meaningful urls is certainly something I love about the Django Framework. But truthis, it’s very hard to get it right. Ho...
simpleisbetterthancomplex.com