Integrated External Scripts and added DaggerBoard REST API
This pull request includes significant enhancements to the existing Django application. Here's a summary of the changes:
-
Integration of external scripts: Previously, the application relied on scripts that were outside the main program. These scripts have now been integrated within the Django framework, improving the cohesion of the application and making it easier to manage and maintain.
-
Addition of a REST API: A new API has been added using the Django REST Framework. This API provides a structured way for external applications to interact with our application, opening up new possibilities for integration and automation.
These changes represent a major step forward for our application, making it more robust, easier to use, and more flexible in terms of integration with other systems.