RoboticsAcademy
RoboticsAcademy copied to clipboard
Update ASGI configuration for Django application
This title accurately reflects the change made in the code, which involves updating the ASGI configuration for a Django application. It provides a concise summary of the modification made in the commit.
Hi @zahidhussain998. Can you provide some information on why this change is needed? The RADI is launched via entrypoint.sh which calls manage.py, so I don't see the need to call django.setup(), as manage.py calls it itself.