H guys, Django admin, all section (menu links) come form models with database table, but, what happen if i need a section without model (no database table) that bring me data from other section with model?
Any idea?
Thanks
H guys, Django admin, all section (menu links) come form models with database table, but, what happen if i need a section without model (no database table) that bring me data from other section with model?
Any idea?
Thanks
It looks like you want to add new admin urls with your own customized views and template:link text
You can construct those new admins without a new model this way.