notVansh
notVansh

Reputation: 219

cPanel: Django Admin Portal not loading Static/CSS files

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!

Upvotes: 0

Views: 1552

Answers (1)

EdgarAlejandro
EdgarAlejandro

Reputation: 367

You can install whitenoise

pip install whitenoise

Upvotes: 1

Related Questions