Coding Period Week 4
In our recent endeavors, we dedicated our efforts to address the essential packages and dependencies essential for seamless operation of the Django server. However upon setting up our django server we encountered dependency issues which required the installation of pylint and django-corse-headers
Work DonePermalink
- The server worked when the above dependencies were installed
- Updated the InstructionsForDevelopers.md in docs
LearningsPermalink
-
Tried updating the missing dependencies in requirements.txt But it resulted in multiple package conflicts which when tried to fix compounded further
-
MySQL client needs to be setup before installing the mysqlclient python package
Issues RaisedPermalink
https://github.com/JdeRobot/RoboticsAcademy/issues/2167
PR’s CreatedPermalink
https://github.com/JdeRobot/RoboticsAcademy/pull/2168
Plan for Next WeekPermalink
- Serving existing frotend of Robotics Academy to electron
- Running the application locally