Re: static css and default admin css not working in my pc

2019-02-02 Thread abel otugeme
I have noticed that when you try to load static files for a separate template from a base template it doesn't work. Is it a 32bit system? On Feb 2, 2019 7:29 PM, wrote: > follow this tutorial https://youtu.be/YH-ipgxlJzs > > -- > You received this message because you are subscribed to the Google

static css and default admin css not working in my pc

2019-02-02 Thread officialjoemayami
follow this tutorial https://youtu.be/YH-ipgxlJzs -- 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+unsubscr...@googlegroups.com. To post to this grou

Re: static css and default admin css not working in my pc

2019-02-02 Thread ROCKING MANOJ
same problem here please help On Sat, Feb 2, 2019 at 9:12 PM Vivek Modi wrote: > i had made a project in django with a app and if i am trying to open admin > panel it's not showing me the default css of admin and even if i add static > css to my app it's not working but if i send my code to some

static css and default admin css not working in my pc

2019-02-02 Thread Vivek Modi
i had made a project in django with a app and if i am trying to open admin panel it's not showing me the default css of admin and even if i add static css to my app it's not working but if i send my code to someone else and they run my code then css is working in there pc -- You received this

Re: Django Admin CSS Not Working

2018-11-26 Thread Manish Kumar
once clear the cache and load admin page. On Mon, Nov 26, 2018 at 3:29 PM Kayode Oladipo wrote: > So, after about 3 months of my django admin CSS suddenly crashing and > burning; it shows that the CSS is loaded in terminal. GET base.css 200 blah > blah. However, it doesn't apply to the page whe

Django Admin CSS Not Working

2018-11-26 Thread Kayode Oladipo
So, after about 3 months of my django admin CSS suddenly crashing and burning; it shows that the CSS is loaded in terminal. GET base.css 200 blah blah. However, it doesn't apply to the page when it is run in the browser. A little poking with the Style Editor in Firefox and Opera, and voila! The CSS

Re: Admin CSS Not Working in Opera or UC Browser

2018-07-20 Thread Melvyn Sopacua
On maandag 16 juli 2018 02:54:32 CEST Kayode Oladipo wrote: > Attached is the settings file from my project. Your settings file is not going to help. You're doing to have to dig into the browser's developer tools. If you don't know how to do that, put the project online somewhere so we can have

Re: Admin CSS Not Working in Opera or UC Browser

2018-07-18 Thread Kayode Oladipo
I've Tried Mozilla Firefox too, the problem still persists. Any help is appreciated! On Jul 16, 2018 01:54, "Kayode Oladipo" wrote: > I recently sent in a query concerning my faulty admin css which loaded > previously until an upgrade to v.2.0.5. > I assumed the upgrade was responsible for this,

Re: Admin CSS Not Working in Opera or UC Browser

2018-07-16 Thread Jason
sorry, that's not the case. take a look in web dev history about ie6 and all the special things that had to be done to make sites work because microsoft decided to go their own way with standards. -- You received this message because you are subscribed to the Google Groups "Django users" gr

Re: Admin CSS Not Working in Opera or UC Browser

2018-07-16 Thread mottaz hejaze
if it worked with Explorer , it should work with all browsers !! On Mon, 16 Jul 2018, 14:15 Jason, wrote: > If this works in standard browsers like chrome, firefox, or IE/Edge, then > my guess is Opera and UC are doing non-standard things which break > rendering and/or requests. So I'd suggest

Re: Admin CSS Not Working in Opera or UC Browser

2018-07-16 Thread Jason
If this works in standard browsers like chrome, firefox, or IE/Edge, then my guess is Opera and UC are doing non-standard things which break rendering and/or requests. So I'd suggest you look for those specific browser issues since this doesn't seem like a Django issue at all. On Sunday, July

Re: Admin CSS Not Working in Opera or UC Browser

2018-07-15 Thread Gerald Brown
One thing I noticed in your settings file is that you are missing a comma (,) at the end of your last application in the settings file. On Monday, 16 July, 2018 08:54 AM, Kayode Oladipo wrote: I recently sent in a query concerning my faulty admin css which loaded previously until an upgrade to

Re: Admin CSS Not Working in Opera or UC Browser

2018-07-15 Thread Gerald Brown
Have you tried FireFox? On Monday, 16 July, 2018 08:54 AM, Kayode Oladipo wrote: I recently sent in a query concerning my faulty admin css which loaded previously until an upgrade to v.2.0.5. I assumed the upgrade was responsible for this, so i downgraded back to my previous version (2.0.2) bu

Admin CSS Not Working in Opera or UC Browser

2018-07-15 Thread Kayode Oladipo
I recently sent in a query concerning my faulty admin css which loaded previously until an upgrade to v.2.0.5. I assumed the upgrade was responsible for this, so i downgraded back to my previous version (2.0.2) but there was no change. I have uninstalled and tried all fixes I know all to no avail.

Re: admin css not working

2016-07-18 Thread Shem Nashon
TRy to be a bit clear, does CSS for your own static files load, have you set up or deleted STATIC_URL setting or static_root -- 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

Re: admin css not working

2016-07-17 Thread Tim Graham
Do you have DEBUG=False in your settings? That disables automatic serving of static files: https://docs.djangoproject.com/en/stable/howto/static-files/#serving-static-files-during-development On Sunday, July 17, 2016 at 6:52:23 AM UTC-4, pritesh singh wrote: > > The stylesheet http://127.0.0.1:8