Re: serving admin files in Apache

2018-05-03 Thread sum abiut
Thanks, i've try that but still doesn't solve the problem On Fri, May 4, 2018 at 11:51 AM, James Farris wrote: > Did you run > $ python manage.py collectstatic in your project folder on the server that > is running Apache? > > This add all css, js, and images to the static root folder you specif

Re: serving admin files in Apache

2018-05-03 Thread James Farris
Did you run $ python manage.py collectstatic in your project folder on the server that is running Apache? This add all css, js, and images to the static root folder you specified in settings.py On Thu, May 3, 2018 at 4:40 PM sum abiut wrote: > Hi, > I have recently setup my django app with Apac

serving admin files in Apache

2018-05-03 Thread sum abiut
Hi, I have recently setup my django app with Apache. The app files are serve alright but, however when i access the admin page it looks all over the place. Please advise how to i serve the admin files in Apache. Cheers, -- You received this message because you are subscribed to the Google Groups