0

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!

notVansh
  • 207
  • 4
  • 15

1 Answers1

1

You can install whitenoise

pip install whitenoise

EdgarAlejandro
  • 347
  • 1
  • 15