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.
既存のWebサイトをdjango/satchmoに移植しています。既存のサイトと同じURLスキーマを維持したい。
このURLスキーマには、製品のカテゴリが含まれています。のような何か:
/parent-category/category/sub-category/product.html
ちなみに、Satchmoでは商品のURLにカテゴリを挿入することはできません。
どういうわけかこれを行うことは可能ですか?
前もって感謝します
それは不可能のようです。最終的に、URLスキーマを変更し、古いページを新しいページにリダイレクトすることにしました。