Hello, I'm looking for a Dashboard Django with user roles, tickets, and tasks for my team. I use Mssql database. Also graphs for statistics and temperatures that can export to JPG or PDF. Your Django dashboard is comleto or is only complete for others as angle, etc ..?
Hi jacint,
You still have to build your own custom API to interact with your data in mssql database. Metronic only provides the HTML template with the dummy data.
Thanks
Hi,
I understand, but the django dashboard that includes?
can i apply the template to directly to django without using apis, or do i have to have a full apirest?
Hi jacint,
In order to incorporate Metronic into your custom website or application, you will need to have experience in end-to-end web development. Metronic is primarily an HTML theme that consists of HTML, JavaScript, and CSS, but it does not include actual functionality such as database integration or application business models.
Typically, web applications and systems consist of two layers:
1) the design and frontend UI (HTML, CSS, and JavaScript)
2) and the actual system implemented using a server-side language, along with database engines such as MsSQL.
Metronic can assist with step #1, which involves the design and frontend UI. However, step #2, which involves the implementation of the actual system and its specific requirements, will be the responsibility of the buyers, as each buyer will have their own requirements and system specifications.
Thanks