I just install fresh image of django from droplets marketplace and its work perfectly but its version 2 so I try to upgrade it to 3 and everything went fine except admin page missing 2 file
[Error] Failed to load resource: the server responded with a status of 404 (Not Found) (nav_sidebar.css, line 0)
[Error] Failed to load resource: the server responded with a status of 404 (Not Found) (nav_sidebar.js, line 0)
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
What I could suggest is to try and enable debugging by setting Debug = True in your application settings and then check the admin panel. This should give you more information on what the problem might be.
Let me know how it goes!
Regards,
Bobby
The developer cloud
Scale up as you grow — whether you're running one virtual machine or ten thousand.
From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.