Django app with admin panel

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?

ok, in my case the solution was to build all static files from django before deploy code on github, now all works fine

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.