jango . I am facing problem to load CSS and JavaScript
> file in my Project.I Have done all setting of static files and they are
> loading but browser is not taking CSSand JS files showing error "Resource
> interpreted as Stylesheet but transferred with MIME type
> aplicati
Hi All
I am learning Django . I am facing problem to load CSS and JavaScript file
in my Project.I Have done all setting of static files and they are loading
but browser is not taking CSSand JS files showing error "Resource
interpreted as Stylesheet but transferred with MIME type
aplicat
hi,,
Thank u guys . I ve fixed the static web page problem in django :)
On Tue, Apr 17, 2012 at 10:40 PM, dummyman dummyman wrote:
> thank u will try and will get back if i have further doubts
>
> On Tue, Apr 17, 2012 at 10:36 PM, Joel Goldstick > wrote:
>
>> On Tue, Apr 17, 2012 at 12:50 PM, du
thank u will try and will get back if i have further doubts
On Tue, Apr 17, 2012 at 10:36 PM, Joel Goldstick
wrote:
> On Tue, Apr 17, 2012 at 12:50 PM, dummyman dummyman
> wrote:
> >
> > Hi
> >
> > attached is the settings.py and i ve placed my css files in static
> directory
> > of the app and
On Tue, Apr 17, 2012 at 12:50 PM, dummyman dummyman wrote:
>
> Hi
>
> attached is the settings.py and i ve placed my css files in static directory
> of the app and in templates i ve given the path
>
> {{ STATIC_URL }} path
>
> On Tue, Apr 17, 2012 at 10:13 PM, Joel Goldstick
> wrote:
>>
>> On Tue
re https://docs.djangoproject.com/en/dev/howto/static-files/
> >>
> >> On Tue, Apr 17, 2012 at 4:18 PM, dummyman dummyman
> >> wrote:
> >>>
> >>> How to include external css and javascript files in django ? I tried
> many
>
docs.djangoproject.com/en/dev/howto/static-files/
>>
>> On Tue, Apr 17, 2012 at 4:18 PM, dummyman dummyman
>> wrote:
>>>
>>> How to include external css and javascript files in django ? I tried many
>>> forums,django docs
>>> Couldnt get a s
wrote:
>
>> How to include external css and javascript files in django ? I tried many
>> forums,django docs
>> Couldnt get a solution
>> Could u pl givehi me a step by step proc to include external css and
>> javascript files ?
>>
>> --
>> You
Hi,
you can find a detailed guide here
https://docs.djangoproject.com/en/dev/howto/static-files/
On Tue, Apr 17, 2012 at 4:18 PM, dummyman dummyman wrote:
> How to include external css and javascript files in django ? I tried many
> forums,django docs
> Couldnt get a solution
> Cou
How to include external css and javascript files in django ? I tried many
forums,django docs
Couldnt get a solution
Could u pl give me a step by step proc to include external css and
javascript files ?
--
You received this message because you are subscribed to the Google Groups
"Django
You'll have to excuse me, I'm still relatively new to the whole development side of web work, but I know I've had the same thoughts, or at least part of them. After separating my structure from my color scheme, it's very easy to see the real fun of creating a new css scheme using math to choose the
On Jul 21, 2006, at 3:19 PM, [EMAIL PROTECTED] wrote:
> I'm thinking about making a simple JavaScript and CSS manager that
> would look like this:
> - It generates one JavaScript and one CSS file for a current
> page/template
This could get ugly fast when you take into account CSS cascading.
C
it would be rather pre-generated - if style_2_4_.css doesn't exist -
generate it, else use it. When I edit snippet id 4 then kill all css
files with_4_ or regenerate them :)
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google G
I'm not sure I fully understand your suggestion, I just wanted to bring
up the point of JS and CSS caching, and speed of loading.
In the PHP world (where I've had most of my experience) serving CSS
files through a PHP script is always slower than just serving a static
CSS file (even if the PHP
I'm thinking about making a simple JavaScript and CSS manager that
would look like this:
- It generates one JavaScript and one CSS file for a current
page/template
- It uses a database or a pickle/shelve/flat files (?) to store code
snippets: id, code, comment, show_always
- Extra code snippets ca
a CSS entry and a Javascript entry; make sure you consider
the potential performance issues if you go that route, though.
(There's a reason people tend to serve CSS and Javascript from static
media servers even if the site itself is dynamic.) :-)
--~--~-~--~~~---~-
I need to save the Css and the Java script file in the database so as i
can make the user change it easily so how i can do this in an easy way
Thanks,
Mary
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django
17 matches
Mail list logo