How to integrate advanced reports with Django App (python)?

I'm currently developing a Django App (python) and i need to use reports with advanced sql queries (sql with group by, order by, case .. when .. then) .

Back to Top