My site now looks the same in Development and Production. I think why this
is happening is that I ran ./manage.py collectstatic awhile ago, So if you
are getting weird formatting when DEBUG = False try running ./manage.py
collectstatic and see if that solves your problem!!!
On Friday, May 11,
Thanks for the info. I will check it out. I am still in development so
it will be awhile before I need it.
On Friday, 11 May, 2018 09:06 PM, James Farris wrote:
I also recommend going through the deploy checklist. I ran into the
same problem and then other problems after that because I didn’t
Thanks for the info. I will check it out. I am still in development so
it will be awhile before I need it.
On Friday, 11 May, 2018 01:53 PM, Andréas Kühne wrote:
Hi,
That is the way it should be if you look in the documentation:
https://docs.djangoproject.com/en/2.0/howto/static-files/
Serv
I also recommend going through the deploy checklist. I ran into the same
problem and then other problems after that because I didn’t follow this.
https://docs.djangoproject.com/en/2.0/howto/deployment/checklist/
Sent from my mobile device
> On May 10, 2018, at 10:53 PM, Andréas Kühne
> wrote
Hi,
That is the way it should be if you look in the documentation:
https://docs.djangoproject.com/en/2.0/howto/static-files/
Serving the files
In addition to these configuration steps, you’ll also need to actually
serve the static files.
During development, if you use django.contrib.staticfiles
5 matches
Mail list logo