I'm trying to deploy my Django App on cpanel and the static files for django admin page won't show up but its working fine for the rest of the project.
I even tried to run python manage.py collectstatic
but it just gives me an error that something's wrong with my manage.py
A little help would be appreciated. Thank you!
You can install whitenoise
pip install whitenoise