Hi, am trying to deploy a simple Django app on Renderer. It is a message board with a LightSQL file.
The app is loaded and built correctly, it starts and works, but the problem is with the admin panel.
When I go to /admin, this page is loaded:
In addition to the display issue, the login also does not work. What could be the reason?