less than 1 minute read

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

Errors
Errors

Work Done

  • The server worked when the above dependencies were installed
  • Updated the InstructionsForDevelopers.md in docs

Learnings

  • 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 Raised

https://github.com/JdeRobot/RoboticsAcademy/issues/2167

PR’s Created

https://github.com/JdeRobot/RoboticsAcademy/pull/2168

Plan for Next Week

  • Serving existing frotend of Robotics Academy to electron
  • Running the application locally

Categories:

Updated: