Re: CSS not working

2019-10-13 Thread Rajkumar Mittal
sure On Friday, 11 October 2019 08:48:42 UTC+5:30, yasar arafath Kajamydeen wrote: > > Hi All, > > I just added style sheet in my application but its not working , Please > try to help me. > > > Setting.py > > > > import os > > # Build paths inside the project like this: os.path.join(BASE_DIR,

Re: CSS not working

2019-10-13 Thread Suraj Thapa FC
Ya sure On Sun, 13 Oct, 2019, 6:34 PM No Name, wrote: > guys can we make a groupchat on whatsapp? > > On Fri, Oct 11, 2019 at 4:19 AM yasar arafath Kajamydeen < > yasar...@gmail.com> wrote: > >> Hi All, >> >> I just added style sheet in my application but its not working , Please >> try to help

Re: CSS not working

2019-10-12 Thread yasar arafath Kajamydeen
*@ Jani *- Tried the same no reaction in page. Please find the att (test.xlsx). *Regards,* *Yasar Arafath K* On Saturday, October 12, 2019 at 6:39:30 AM UTC+8, Jani Tiainen wrote: > > Hi. > > As you see Django indeed found your static file. > > Next step is to open up developer tools in

Re: CSS not working

2019-10-12 Thread yasar arafath Kajamydeen
* Hi **yashwanth** - The Suggested one tried already in earlier, But its not working .* On Friday, October 11, 2019 at 10:28:55 PM UTC+8, yashwanth .k wrote: > > Hello, > You must make a separate directory in static folder. > in the html file try using { load staticfiles } not {load static} >

Re: CSS not working

2019-10-11 Thread Jani Tiainen
Hi. As you see Django indeed found your static file. Next step is to open up developer tools in browser and load your page. You should be able to use it to determine was file even loaded and was your style applied to link Note that if I'm not mistaken plain color only affects unvisited links

Re: CSS not working

2019-10-11 Thread yashwanth .k
Hello, You must make a separate directory in static folder. in the html file try using { load staticfiles } not {load static} On Fri, Oct 11, 2019 at 11:59 AM yasar arafath Kajamydeen < yasar...@gmail.com> wrote: > *@ Jani - Executed the given cmd, Please find the output and please guide > me

Re: CSS not working

2019-10-11 Thread yasar arafath Kajamydeen
*@ Jani - Executed the given cmd, Please find the output and please guide me further ..* (mypython) C:\Users\kajamydeenya\telusko>python manage.py findstatic -v 3 polls/style.css Found 'polls/style.css' here: C:\Users\kajamydeenya\telusko\polls\static\polls\style.css Looking in the

Re: CSS not working

2019-10-10 Thread Jani Tiainen
Hi. You could try to diagnose issue with findstatic management command: ./manage.py findstatic -v 3 polls/style.css You should get a list of paths Django tried to look for your static file (stylesheet) and of course was it found. pe 11. lokak. 2019 klo 6.19 yasar arafath Kajamydeen

Re: CSS not working

2019-10-10 Thread yasar arafath Kajamydeen
@Suraj - Please find the polls.xlsx attachment in conversation . On Friday, October 11, 2019 at 12:10:04 PM UTC+8, Suraj Thapa FC wrote: > > Send the directory structure of the project > > On Fri, 11 Oct, 2019, 9:29 AM yasar arafath Kajamydeen, > wrote: > >> Hi Suraj, >> >> As for your

Re: CSS not working

2019-10-10 Thread Suraj Thapa FC
Send the directory structure of the project On Fri, 11 Oct, 2019, 9:29 AM yasar arafath Kajamydeen, wrote: > Hi Suraj, > > As for your suggestion i tried like this but its not working , Please do > needful. > > > > STATIC_URL = '/static/' > STATICFILES_DIRS = [ > os.path.join(BASE_DIR,

Re: CSS not working

2019-10-10 Thread yasar arafath Kajamydeen
Hi Suraj, As for your suggestion i tried like this but its not working , Please do needful. STATIC_URL = '/static/' STATICFILES_DIRS = [ os.path.join(BASE_DIR, 'static'), ] Regards, Yasar Arafath K On Friday, October 11, 2019 at 11:18:42 AM UTC+8, yasar arafath Kajamydeen

Re: CSS not working

2019-10-10 Thread yasar arafath Kajamydeen
Hi Mike, I created separate folder for static, Please find the att (polls.xlsx). Regards, Yasar Arafath K On Friday, October 11, 2019 at 11:18:42 AM UTC+8, yasar arafath Kajamydeen wrote: > > Hi All, > > I just added style sheet in my application but its not working , Please > try to help

Re: CSS not working

2019-10-10 Thread Suraj Thapa FC
In your settings.py At STATICFILES_DIRS you had write basedir, style. Css instead style.css write "static" On Fri, 11 Oct, 2019, 8:49 AM yasar arafath Kajamydeen, wrote: > Hi All, > > I just added style sheet in my application but its not working , Please > try to help me. > > > Setting.py > >

Re: CSS not working

2019-10-10 Thread Mike Dewhirst
On 11/10/2019 2:18 pm, yasar arafath Kajamydeen wrote: Hi All, I just added style sheet in my application but its not working , Please try to help me. I think you need to put your stylesheet in a separate directory reserved for static files such as css, js etc and perhaps call it

CSS not working

2019-10-10 Thread yasar arafath Kajamydeen
Hi All, I just added style sheet in my application but its not working , Please try to help me. Setting.py import os # Build paths inside the project like this: os.path.join(BASE_DIR, ...) BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) # Quick-start development

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

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

2019-02-02 Thread ROCKING MANOJ
d my code to someone else and > they run my code then css is working in there pc > > -- > 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 d

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

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

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

Re: Admin CSS Not Working in Opera or UC Browser

2018-07-21 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

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

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"

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

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)

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

Re: Admin File CSS Not Working Properly

2013-11-28 Thread Aamu Padi
Ok, you are using WAMP, so Apache as the server. Right? If so, have you tried this command -- manage.py collectstatic And then run the server again. Hope this helped. Cheers! On Fri, Nov 29, 2013 at 2:22 AM, Aamu Padi wrote: > Are you running the development server? > >

Re: Admin File CSS Not Working Properly

2013-11-28 Thread Aamu Padi
Are you running the development server? On Fri, Nov 29, 2013 at 12:30 AM, nagendra palla wrote: > Hi Developers, > >I am new to Django App Development. My part-1 training is completed > successfully. But when i go for part-2, my Admin page is not working > properly.

Re: CSS not working in exe

2008-06-23 Thread Molly
Thanks Johan, I will check that out :) On Jun 21, 8:06 am, johan de taeye <[EMAIL PROTECTED]> wrote: > For my frePPle project, I have been using py2exe to package a > standalone django application. > > See here for my manage.py >

Re: CSS not working in exe

2008-06-21 Thread johan de taeye
For my frePPle project, I have been using py2exe to package a standalone django application. See here for my manage.py script: http://frepple.svn.sourceforge.net/viewvc/frepple/trunk/contrib/installer/manage.py?revision=640=markup Here's a patch for the django code to make also the django

Re: CSS not working in exe

2008-06-20 Thread Molly
Thanks for that tip, Chris! I have been wondering about that actually. I think I am going to switch to Apache, because I have been having a lot of trouble with the exe. Thanks for the help, I aprreciate it :) Molly On Jun 20, 10:56 am, chris vigelius <[EMAIL PROTECTED]> wrote: > Hi Molly, > >

Re: CSS not working in exe

2008-06-20 Thread chris vigelius
Hi Molly, please consider using dpaste.com or similar for posting long code examples. Not only does this reduce list traffic, but you'll get syntax coloring and readable formatting, too... On to your question: I must admit I never used py2exe, so my advice may be misguided, but shouldn't

CSS not working in exe

2008-06-20 Thread Molly
I am creating a stand alone app. Everything is working as a .py, when I launch the website everything is perfect. When I create my .py into an exe (py2exe) it still works, but the css is not there. I have tried many things and cannot figure out the solution.