|
Posted by Jagoda |
|
|
I've got a problem with urls. Situation is: i've got django-cms urls to view category and sub-category and another module urls to view sub-category with pagination and articles.
I have main url like category.example.com/subcategory/something/ <-- here is pagination and i wanna to have category.example.com/subcategory with pagination... but there is two situation first: first is cms.urls then modul urls and i get this i can view category and subcategory without pagination but cant view articles second: first is modul urls then cms.urls and i get this i can view subcategory with pagination and articles but cant view category... If you've got any idea or suggestion how to solve this problem i'll be grateful. Regards |


