Re: STATIC FILES not working for admin site, projects and apps on DJANGO

2018-12-31 Thread abel otugeme
How do you explain the admin site too? A missing tag in just one part of the html file shouldn't break the entire site. I'll send you the files so you can review them On Monday, December 31, 2018 at 4:24:14 AM UTC+1, Joel Mathew wrote: > > Your site has more wrong with it than just static css. Y

Re: STATIC FILES not working for admin site, projects and apps on DJANGO

2018-12-30 Thread Joel Mathew
Your site has more wrong with it than just static css. Your html is appearing as html. You need to unescape them in template or check your tags On Mon, 31 Dec, 2018, 1:10 AM abel otugeme I have done all that i used the docs first and it did not work. Then i > tired this video https://www.youtube.

Re: STATIC FILES not working for admin site, projects and apps on DJANGO

2018-12-30 Thread Okware Aldo
I can have a look if you give me access to the code, we could do teamviewer, or repo. Let me know. On Sun, 30 Dec 2018, 22:40 abel otugeme, wrote: > I have done all that i used the docs first and it did not work. Then i > tired this video https://www.youtube.com/watch?v=YH-ipgxlJzs > > On Sun,

Re: STATIC FILES not working for admin site, projects and apps on DJANGO

2018-12-30 Thread abel otugeme
I have done all that i used the docs first and it did not work. Then i tired this video https://www.youtube.com/watch?v=YH-ipgxlJzs On Sun, Dec 30, 2018 at 5:09 PM Lunga Baliwe wrote: > Please have a look at this link > https://docs.djangoproject.com/en/2.1/howto/deployment/wsgi/modwsgi/ on > ho

Re: STATIC FILES not working for admin site, projects and apps on DJANGO

2018-12-30 Thread Lunga Baliwe
Please have a look at this link https://docs.djangoproject.com/en/2.1/howto/deployment/wsgi/modwsgi/ on how to setup static files. You may also want to run python manage.py collectstatic On Sun, Dec 30, 2018 at 4:31 AM abel otugeme wrote: > This is how a site looks when i open it up in my browse

Re: STATIC FILES not working for admin site, projects and apps on DJANGO

2018-12-29 Thread abel otugeme
This is how a site looks when i open it up in my browser No CSS! i have done the necessary settings for Django to find the static files On Sat, Dec 29, 2018 at 5:14 PM Kasper Laudrup wrote: > Hi Abel, > > On 29/12/2018 08.07, abel otugeme wrote: > > I really need help i have combed through s

Re: STATIC FILES not working for admin site, projects and apps on DJANGO

2018-12-29 Thread Kasper Laudrup
Hi Abel, On 29/12/2018 08.07, abel otugeme wrote: I really need help i have combed through stackover flow and this group but the solutions provided don't work for me.  i use a 32bit windows 7 OS and the latest version of django It would probably be easier for someone to help you if you trie

STATIC FILES not working for admin site, projects and apps on DJANGO

2018-12-29 Thread abel otugeme
I really need help i have combed through stackover flow and this group but the solutions provided don't work for me. i use a 32bit windows 7 OS and the latest version of django -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe fr