Thursday, August 23, 2018

Re: HEELP!! CANT LOAD THE CSS OF MY DJANGO ADMIN PAGE WHY??

If you are in development mode (as I assume you are since you run `python manage.py runserver`), you need to set `DEBUG=True` in your settings.py file. Otherwise Django assumes that another program is serving the static files (nginx, apache, etc) and does not need to serve them itself.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/3e432b41-dbcd-4572-9875-d0aa0a23fb27%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment