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 bro

Re: CSS not working

2019-10-11 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 and

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 fu

Re: CSS not working

2019-10-10 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 following

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 kirjoitti:

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 sug

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, 'sta

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 wro

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 me

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 polls/stati

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 > script:http://frepple.svn.sourceforge.net/viewvc/frepple/trunk/con

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&view=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 this