Re: Where did admin CSS file "ie.css" go after Django 1.8?

2019-06-17 Thread Robert F.
wrote: > > I'm in the process of upgrading a large Django project from 1.8 to 2.2. > Currently, I'm at 1.9.13. My project has a couple of admin forms that > utilize a Django CSS file admin/css/ie.css. In Django 1.8, that file was > located here: > > django/co

Where did admin CSS file "ie.css" go after Django 1.8?

2019-06-17 Thread Robert F.
I'm in the process of upgrading a large Django project from 1.8 to 2.2. Currently, I'm at 1.9.13. My project has a couple of admin forms that utilize a Django CSS file admin/css/ie.css. In Django 1.8, that file was located here: django/contrib/admin/static/admin/css/ie.css But

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 app

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

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

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
(,) 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 v.2.0.5. >> I assumed the upgra

Re: Admin CSS Not Working in Opera or UC Browser

2018-07-16 Thread Jason
y 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 al

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: Django Admin CSS Not loading

2018-07-11 Thread ADEWALE ADISA
UC browser doesn't render some website very well. Though uc browser is fast and save bandwidth, it's like it doesn't 100% compatible with css and js rules. So this not django issue On Jul 11, 2018 3:07 PM, "Kayode Oladipo" wrote: > I have this problem specific to UC Browser; > App related CSS a

Django Admin CSS Not loading

2018-07-11 Thread Kayode Oladipo
I have this problem specific to UC Browser; App related CSS are being loaded but the ones for Django admin panel are not. They load well in Internet Explorer but UC is my preferred browser. Anyone know how to fix this? Thanks for your help. Cheers from Nigeria. -- You received this message beca

Re: django admin css not loading in localhost

2018-02-22 Thread Mike Dewhirst
On 23/02/2018 11:49 AM, anurag bhadauriya wrote: i am using django-1.11.6. whenever i open my admin panel and login to it then it looks like the simple html file. no any css files are loading .The interface i am seeing is totally different than that of the tutorials using which i am learning.

Re: django admin css not loading in localhost

2018-02-22 Thread Costja Covtushenko
Hi, Can you provide html code of that page here? Regards, Constantine C. > On Feb 22, 2018, at 7:49 PM, anurag bhadauriya > wrote: > > i am using django-1.11.6. whenever i open my admin panel and login to it then > it looks like the simple html file. no any css files are loading .The > int

django admin css not loading in localhost

2018-02-22 Thread anurag bhadauriya
i am using django-1.11.6. whenever i open my admin panel and login to it then it looks like the simple html file. no any css files are loading .The interface i am seeing is totally different than that of the tutorials using which i am learning.please give me the stepwise solution -- You recei

Re: Admin css question for 1.10.7

2017-05-09 Thread Melvyn Sopacua
On Tuesday 09 May 2017 17:48:43 Mike Dewhirst wrote: > On 9/05/2017 11:45 AM, Mike Dewhirst wrote: > > On 8/05/2017 11:02 PM, Melvyn Sopacua wrote: > >> On Monday 08 May 2017 03:57:01 Tim Graham wrote: > >> > You need to clone the Django repository and run the bisect > >> > command > > >> > from t

Re: Admin css question for 1.10.7

2017-05-09 Thread Mike Dewhirst
On 9/05/2017 11:45 AM, Mike Dewhirst wrote: On 8/05/2017 11:02 PM, Melvyn Sopacua wrote: On Monday 08 May 2017 03:57:01 Tim Graham wrote: > You need to clone the Django repository and run the bisect command > from there: snip running /home/melvyn/hg/django-project/invert.sh Bisecting:

Re: Admin css question for 1.10.7

2017-05-08 Thread Mike Dewhirst
#x27;django/contrib/admin/static/admin/css/forms.css' 6 bad='form .wide p, form .wide input + p.help {' 7 8 fgrep -q "$bad" $file 9 if [ $? -eq 0 ] 10 then 11 exit 1 12 else 13 exit 0 14 fi Results: % git bisect start 2c3c029ede 0b9f366c60 Bi

Re: Admin css question for 1.10.7

2017-05-08 Thread Melvyn Sopacua
On Monday 08 May 2017 03:57:01 Tim Graham wrote: > You need to clone the Django repository and run the bisect command > from there: Simplicity in Unix: 1 #!/bin/sh 2 3 # Basically, make grep -qv behave like I want it to 4 5 file='django/contrib/admin/stati

Re: Admin css question for 1.10.7

2017-05-08 Thread Tim Graham
go/contrib/admin/static/admin/css/forms.css That'll take you take a page that shows the latest change for each line. On Sunday, May 7, 2017 at 10:01:19 PM UTC-4, Mike Dewhirst wrote: > > Tim > > The problem does not exist in 1.8.18 and does exist in 1.9 > > Here is the te

Re: Admin css question for 1.10.7

2017-05-07 Thread Mike Dewhirst
= "form .wide p, form .wide input + p.help {" class TestBadCss(TestCase): def test_bad_css(self): base_css = 'static/admin/css/forms.css' exists = False stradmin = str(admin) pth = os.path.split(stradmin.split()[-1].split("&#x

Re: Admin css question for 1.10.7

2017-05-07 Thread Mike Dewhirst
On 7/05/2017 8:12 PM, Tim Graham wrote: You can use git bisect to find the Django commit where the behavior changed: https://docs.djangoproject.com/en/dev/internals/contributing/triaging-tickets/#bisecting-a-regression Just read this and I have two problems ... 1. It is a css problem resultin

Re: Admin css question for 1.10.7

2017-05-07 Thread Tim Graham
You can use git bisect to find the Django commit where the behavior changed: https://docs.djangoproject.com/en/dev/internals/contributing/triaging-tickets/#bisecting-a-regression On Saturday, May 6, 2017 at 11:05:14 PM UTC-4, Mike Dewhirst wrote: > > I'm just (slowly) advancing from 1.8 to 1.11 an

Admin css question for 1.10.7

2017-05-06 Thread Mike Dewhirst
I'm just (slowly) advancing from 1.8 to 1.11 and stopping for a short while at 1.10. I notice that help-text doesn't line up under the left edge of DecimalField fields the way it does for TextFields and most others. Is this a deliberate design decision? Thanks Mike -- PLEASE NOTE OUR NEW

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
.0.0.1:8000/static/admin/css/base.css was not > loaded because its MIME type, "application/x-css", is not "text/css". > > The stylesheet http://127.0.0.1:8000/static/admin/css/dashboard.css was > not loaded because its MIME type, "application/x-css", is

Re: Basic query regarding admin CSS

2013-09-28 Thread Jason S
i, > I'm new to development and have just gone from some python and django > tuts, on my way to developing my first app. > I've created a model and can view it under the /admin page, however the > page does not use any of the pretty CSS you see in the tutorials because it >

Basic query regarding admin CSS

2013-09-28 Thread Jason S
find the files: INFO:root:"GET /admin/ HTTP/1.1" 200 - INFO:root:"GET /admin/admin/css/base.css HTTP/1.1" 404 - INFO:root:"GET /admin/admin/css/dashboard.css HTTP/1.1" 404 - I've got the css, img and js folders for the admin site in the following places: [myproject

Re: Django Admin CSS missing

2013-08-20 Thread Glenn Vulkers
And it's working, thanks alot! Op dinsdag 20 augustus 2013 18:35:35 UTC+2 schreef Glenn Vulkers: > > Hello everyone, > > I'm just reading throught djangobook.com where I came to Chapter 6 so > far. It's about The Django Admin. I installed the admin and such > but I notice that the CSS is missing.

Re: Django Admin CSS missing

2013-08-20 Thread Alex Franco
There you have your problem and answer... uncomment these lines: # 'django.middleware.csrf.CsrfViewMiddleware', # 'django.contrib.sites', # 'django.contrib.staticfiles', # 'django.contrib.admin', Voilà! -- @jafrancov On Tuesday, August 20, 2013 11:59:28 AM UTC-5, Glenn Vulkers

Re: Django Admin CSS missing

2013-08-20 Thread Glenn Vulkers
I'm running manage.py runserver. Django version is: 1.5.1 in Settings.py I have this: MIDDLEWARE_CLASSES = ( 'django.middleware.common.CommonMiddleware', 'django.contrib.sessions.middleware.SessionMiddleware', # 'django.middleware.csrf.CsrfViewMiddleware', 'django.contrib.auth.

Re: Django Admin CSS missing

2013-08-20 Thread Alex Franco
Are not missing, but if you are following the djangobook you probably commented something in your settings file as you did on chapter 5, review the middleware, staticfiles and templeate loaders lines, the issue is probably there. On Tuesday, August 20, 2013 11:35:35 AM UTC-5, Glenn Vulkers wrot

Re: Django Admin CSS missing

2013-08-20 Thread Bill Freeman
Not enough information. Django works fine with python2.7, so we would need to know, for example, which version of Django, how you installed it, whether you are using manage.py runserver or whether you are running behind Apache or something else, and what exactly you mean by "I installed the admin

Django Admin CSS missing

2013-08-20 Thread Glenn Vulkers
Hello everyone, I'm just reading throught djangobook.com where I came to Chapter 6 so far. It's about The Django Admin. I installed the admin and such but I notice that the CSS is missing. Does anyone know what to do? I'm running Python2.7 Glenn -- You received this message because you are su

Re: admin css

2012-03-05 Thread Mike Dewhirst
y own adjusted base.css but can't find exactly where to put it. collectstatic gets base.css from contrib.admin and puts it into /static/admin/css but anything in my project gets put straight into /static/css Is there a simple way to avoid editing the contrib.admin base.css? Thanks M

Re: admin css

2012-03-05 Thread Lee Hinde
on script to do that but it feels wrong. > > I tried locating somewhere in my project to put my own adjusted base.css but > can't find exactly where to put it. > > collectstatic gets base.css from contrib.admin and puts it into > /static/admin/css but anything in my project

admin css

2012-03-04 Thread Mike Dewhirst
oject to put my own adjusted base.css but can't find exactly where to put it. collectstatic gets base.css from contrib.admin and puts it into /static/admin/css but anything in my project gets put straight into /static/css Is there a simple way to avoid editing the contrib.admin base.cs

Admin CSS not loading on dev

2012-01-29 Thread Alec Taylor
I cannot get the admin CSS to load. The dev docs shows that: "ADMIN_MEDIA_PREFIX Deprecated in Django 1.4: This setting has been obsoleted by the django.contrib.staticfiles app integration" Checking another project I had which I generated with "startproject" on 1.4a1 I foun

Re: Having some problems with admin css and such

2011-01-23 Thread Wes Wagner
Figured it out... STATICFILES_DIRS = ( STATIC_ROOT,) Had to add my static root directory to the static files dir... Am I doing something kludgy or is the current documentation revision in the SVN wrong? -Wes On Jan 23, 10:32 am, Wes Wagner wrote: > I just started building a new app in 1.3 an

Having some problems with admin css and such

2011-01-23 Thread Wes Wagner
I just started building a new app in 1.3 and I am having some static files problems (I read the new documentation) I am using pycharm as an IDE. If I run a collectstatic it will actually dump all the admin static files into my /static directory under my project but I can't get it so serve any of

Strange Admin CSS Behaviour

2010-12-15 Thread Paul Childs
I'm trying to use the Django admin (on the dev server that comes with Django) for the latest stable version 1.2.3 on windows with Python 2.6. Functionally it works great. For some reason the styles do not render for the site admin page and my application admin page. The respective URLS are: http://

Re: django admin css problem

2010-12-02 Thread octopusgrabbus
I failed to provide the following information in a similar post, and it slowed down responses. 1) What web server are you using? If it is not the built in development server, please provide the configuration for Django. 2) Check your application's settings.py file and make sure the appropriate it

Re: django admin css problem

2010-12-02 Thread ozgur yilmaz
I found the answer. The problem was about the apache (httpd) configuration. When i add the following to httpd config, the problem is solved: AllowOverride None Options None Order allow,deny Allow from all Alias /media/ "Path-to-Python/Lib/site-packages/django/contrib/admin/medi

django admin css problem

2010-12-02 Thread ozgur yilmaz
Hi, Yesterday i moved my site to a linux solution. Everything is going fine, except admin site. When i go to url example.com/admin, the template doesnt work. When i look at the source, i see these: But i dont have any urls or files on example.com/media/css/base.css or example.com/media/css/l

Re: prepopulated_fields problem (+admin CSS issues)

2010-09-14 Thread nick.l...@gmail.com
If the slugs are something you're really concerned with... I would say customize the change form to work the way you want. Personally, I would rather the computer error on the side of not breaking...instead of trying to anticipate what I want it to do this time...vs next time vs a year from now.

Re: prepopulated_fields problem (+admin CSS issues)

2010-09-14 Thread Nick
Yeah that makes sense. I guess we just need to be more careful when adding live posts. Maybe it wouldn't be a bad idea to add the functionality on change if a post is anything but live. This way the slug stays relevant to the title for drafts if the editor feels like experimenting with different ti

Re: prepopulated_fields problem (+admin CSS issues)

2010-09-14 Thread nick.l...@gmail.com
Nick, I can answer you first question...but not really the second...hopefully someone else will come and explain that one to you... re slugs: The prepopulated_fields are working as intended. The reason being, say you've written a blog post. You've send that link out to thousands and millions of

prepopulated_fields problem (+admin CSS issues)

2010-09-14 Thread Nick
Hello, I'm running django 1.2.3 on a local server and am still quite new to django. I was working with the "practical django projects second edition" book and implemented the prepopulated_fields option to auto populate slugs from titles. It works when I add a new post but it does not work when I

Re: Problems with Admin CSS

2010-05-02 Thread maxweld
On May 1, 6:23 pm, Daniel Roseman wrote: > > The WSGIScriptAlias is stealing everything from \, so you need to > explicitly exclude paths from being handled by WSGI. > Many thanks for the explanation. Its starting to make sense now. -- You received this message because you are subscribed to th

Re: Problems with Admin CSS

2010-05-01 Thread Daniel Roseman
On May 1, 2:16 pm, maxweld wrote: > On May 1, 12:17 pm, Daniel Roseman wrote: > > > On May 1, 10:15 am, maxweld wrote: > > > You haven't got anything in here to actually serve the files from www. > > Surely you should have an Alias directive to point to the media > > folder, and a Directory dire

Re: Problems with Admin CSS

2010-05-01 Thread maxweld
On May 1, 12:17 pm, Daniel Roseman wrote: > On May 1, 10:15 am, maxweld wrote: > > You haven't got anything in here to actually serve the files from www. > Surely you should have an Alias directive to point to the media > folder, and a Directory directive for that path, as described in the > do

Re: Problems with Admin CSS

2010-05-01 Thread Daniel Roseman
their customers. > > The problem is that I cannot configure it so that the admin CSS files > are located properly. The admin application is working fine, just no > style sheets. I keep getting > The virtual host is configured thus: > > >         ServerNamewww.mytestapp.

Problems with Admin CSS

2010-05-01 Thread maxweld
that the admin CSS files are located properly. The admin application is working fine, just no style sheets. I keep getting www.mytestapp.com:80 127.0.0.1 - - [01/May/2010:09:37:38 +0100] "GET / admin/ HTTP/1.1" 200 1286 "http://www.mytestapp.com/admin/logout/"; "Mozilla/5.0

Re: Yet Another Admin CSS Error

2010-03-18 Thread Atamert Ölçgen
On Thursday 18 March 2010 12:38:36 Logan Bailey wrote: > I'm running Django w/ apache wsgi. > > The admin css files are not showing up for my admin panel. > > On my first attempt apache was served the error: File does not exist: / > home/baileylo/django/gallery/m

Yet Another Admin CSS Error

2010-03-18 Thread Logan Bailey
I'm running Django w/ apache wsgi. The admin css files are not showing up for my admin panel. On my first attempt apache was served the error: File does not exist: / home/baileylo/django/gallery/media/css, referer: http://website.com/admin/ I created the css folder, and got the following

Re: Admin css being weird

2009-05-24 Thread simonecare...@gmail.com
Yes I fixed this problem. I didn't read your reply, but I did exactly what you suggest and then update the media symbolic link to the correct django media admin. Now all works fine. Thanks a lot. Simone. On May 24, 8:03 pm, Ariel Nunez wrote: > On Sun, May 24, 2009 at 10:03 AM, simonecare...@gma

Re: Admin css being weird

2009-05-24 Thread Ariel Nunez
On Sun, May 24, 2009 at 10:03 AM, simonecare...@gmail.com < simonecare...@gmail.com> wrote: > > Yes I have 2 Django version installed. > But in the django.fcgi dispatcher I call the my Django Environment. > How can I fix this issue? I usually use it removing the 'other' version from my python pa

Re: Admin css being weird

2009-05-24 Thread simonecare...@gmail.com
Yes I have 2 Django version installed. But in the django.fcgi dispatcher I call the my Django Environment. How can I fix this issue? On 23 Mag, 20:49, Ariel Nunez wrote: > Please make sure there isn't another Django version being loaded. > I experienced the same situation when I had copied admin

Re: Admin css being weird

2009-05-23 Thread Ariel Nunez
Please make sure there isn't another Django version being loaded. I experienced the same situation when I had copied admin media from one version and the Django module loaded had another one. (i.e. Django 1.0 installed systemwide and Django 1.1 on a virtualenv) Regards, Ariel. --~--~-~--

Re: Admin css being weird

2009-05-23 Thread simonecare...@gmail.com
actually working fine.. > > On 29 Apr, 22:57, Cole wrote: > > > Hi, > > > I've used Django a fair bit and have just installed it on a ubuntu- > > based distro.  I've got everything working fine with apache2 and > > mod_python but the admin css, > &g

Re: Admin css being weird

2009-04-29 Thread Cole
just to add, the images are actually working fine.. On 29 Apr, 22:57, Cole wrote: > Hi, > > I've used Django a fair bit and have just installed it on a ubuntu- > based distro.  I've got everything working fine with apache2 and > mod_python but the admin css, > >

Admin css being weird

2009-04-29 Thread Cole
Hi, I've used Django a fair bit and have just installed it on a ubuntu- based distro. I've got everything working fine with apache2 and mod_python but the admin css, I have a soft link at /var/www/admin_media ponting to the admin media folder and going to something like: http:/

Re: admin css, is this still supported?

2008-12-03 Thread John M
Thanks Malcom, I'll do what I can On Dec 2, 8:05 pm, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > On Tue, 2008-12-02 at 08:21 -0800, John M wrote: > > I've searched for theadminCSSguide, and found it deprecated (http:// > > docs.djangoproject.com/en/dev/obsole

Re: admin css, is this still supported?

2008-12-02 Thread Malcolm Tredinnick
On Tue, 2008-12-02 at 08:21 -0800, John M wrote: > I've searched for the admin CSS guide, and found it deprecated (http:// > docs.djangoproject.com/en/dev/obsolete/admin-css/?from=olddocs), is > there a replacement? You can still customise the admin CSS. I suspect it just hasn

admin css, is this still supported?

2008-12-02 Thread John M
I've searched for the admin CSS guide, and found it deprecated (http:// docs.djangoproject.com/en/dev/obsolete/admin-css/?from=olddocs), is there a replacement? Thanks, John M --~--~-~--~~~---~--~~ You received this message because you are subscribed t

Re: Best way to modify admin css

2008-11-27 Thread Daniel Roseman
On Nov 27, 5:07 pm, Matias Surdi <[EMAIL PROTECTED]> wrote: > Hi, > > Which is the best/recommended way to modify admin css ? > > I know I can copy the admin templates to my templates dir and modify > them as I wish, but that could be a problem in the future if these >

Best way to modify admin css

2008-11-27 Thread Matias Surdi
Hi, Which is the best/recommended way to modify admin css ? I know I can copy the admin templates to my templates dir and modify them as I wish, but that could be a problem in the future if these templates are updated in a new version and I want to switch to that version. Thanks in advance

Using admin CSS in my project

2008-11-05 Thread Gath
All, Am new in django, but am just wondering if i wanted to make use of the nice css files in the admin site in my local project how would i do that? Am able to point the media url on my settings.py to the correct admin css folder, and actually my project is able to pick the css styles, but

Re: admin css/images disappeared

2007-06-19 Thread Malcolm Tredinnick
On Tue, 2007-06-19 at 09:55 +, Evan Carmi wrote: > Hi, > > My admin css and images have disappeared. I am running django with > lighttpd. The usual thing anybody is going to need to know to be able to help you with a problem like this is "what changed?". What is dif

Re: admin css/images disappeared

2007-06-19 Thread Michael K
On Jun 19, 5:55 am, "Evan Carmi" <[EMAIL PROTECTED]> wrote: > Hi, > > My admin css and images have disappeared. I am running django with > lighttpd. My settings contains: > - > # URL prefix for admin media -- CSS, JavaScript and images. Make sure to >

admin css/images disappeared

2007-06-19 Thread Evan Carmi
Hi, My admin css and images have disappeared. I am running django with lighttpd. My settings contains: - # URL prefix for admin media -- CSS, JavaScript and images. Make sure to use a 39 # trailing slash. 40 # Examples: "http://foo.com/media/";, "/m

Re: Admin CSS files

2006-12-11 Thread patrick k.
sorry, that´s a misunderstanding. the styles are not _part_ of the filebrowser ... Am 11.12.2006 um 19:11 schrieb [EMAIL PROTECTED]: > > Thanks Patrick! > I have used the filebrowser on a couple of projects, but I've never > applied the styles to the rest of my applications. > > Still, It'd be g

Re: Admin CSS files

2006-12-11 Thread [EMAIL PROTECTED]
Thanks Patrick! I have used the filebrowser on a couple of projects, but I've never applied the styles to the rest of my applications. Still, It'd be great if anyone has created something completely different that they'd like to show off. :) --~--~-~--~~~---~--~~

Re: Admin CSS files

2006-12-11 Thread patrick k.
it´s not really a different style. it´s more a cleanup of smaller issues (like date/time-fields, edit_inline ...). generally, a cleaner look (in my view) because stuff is in grid. some screenshots are here: http://trac.dedhost-sil-076.sil.at/trac/filebrowser/wiki patrick Am 11.12.2006 um 13:5

Admin CSS files

2006-12-11 Thread [EMAIL PROTECTED]
Hi there! I was just wondering if anyone here has made any custom styles for the admin site. I'd love to see a different style on the admin, but I don't have the time nor the possibility to create something which looks good. So, does anyone feel like sharing a custom css, if it's been created? :

Re: Admin CSS: Broken INTERNAL link

2006-09-28 Thread Enrico
Sorry guys! I think this didn't solve the error for me. I keep getting this error: Referrer: http://200.139.115.13/media/admin/css/base.css Requested URL: /error/HTTP_NOT_FOUND.html.var Someone can help me? Thanks in advance. E

Admin CSS: Broken INTERNAL link

2006-09-28 Thread Enrico
Hi, The admin "css/base.css" has a CSS hack to block IE5 which reports me a broken link. Since I don't care about IE5, I just removed the hack: /* Block IE 5 */ @import "null?\"\{"; Maybe some other css hack could be used to avoid an invalid request to the server

admin css

2006-07-17 Thread Vixiom
This is my second day using django so bear with me... I've figured out how to customize templates except for the css (and images). In 'mysite' I created an 'interface' folder to hold my templates and I have templates set up as mysite/interface/admin/templates and I changed settings.py as below

Re: how can I find my admin css back in apache?

2006-06-15 Thread wgwigw
hi, thanks, it works now:) modify like this: Alias /media C:\django\django\contrib\admin\media SetHandler None --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send

Re: how can I find my admin css back in apache?

2006-06-15 Thread wgwigw
sorry, it couldn't work:(. my httpd.conf: SetHandler python-program PythonHandler django.core.handlers.modpython SetEnv DJANGO_SETTINGS_MODULE hotel.settings Alias /media C:\django\django\contrib\admin\media SetHandler None any mistake here? --~--~-~--~~

Re: how can I find my admin css back in apache?

2006-06-15 Thread [EMAIL PROTECTED]
if your media url is like this:www.mysite.com/media and u put your media file in c:\mysite\media, then u can configure like this: Alias /media c:\mysite\media SetHandler None [EMAIL PROTECTED] 写道: > hi, I ported my web to apache, it works, but the admin site couldn't > find the css templa

how can I find my admin css back in apache?

2006-06-15 Thread wgwigw
hi, I ported my web to apache, it works, but the admin site couldn't find the css template now. how can I find it back. the django office site said "2. Or, copy the admin media files so that they live within your Apache document root." but after I copied it to my htdocs, "C:\Program Files\Apache G

Re: mod_python and admin css suggestion?

2006-05-22 Thread Brett Parker
On Mon, May 22, 2006 at 10:58:22AM -0500, Adrian Holovaty <[EMAIL PROTECTED]> wrote: > > On 5/19/06, Josh Trutwin <[EMAIL PROTECTED]> wrote: > > According to the docs, serving the css in the admin is best done > > via: > > > > 1. Create a symbolic link to the admin media files from within your >

Re: mod_python and admin css suggestion?

2006-05-22 Thread Adrian Holovaty
On 5/19/06, Josh Trutwin <[EMAIL PROTECTED]> wrote: > According to the docs, serving the css in the admin is best done > via: > > 1. Create a symbolic link to the admin media files from within your > document root. This way, all of your Django-related files -- code > and templates -- stay in one p

mod_python and admin css suggestion?

2006-05-19 Thread Josh Trutwin
According to the docs, serving the css in the admin is best done via: 1. Create a symbolic link to the admin media files from within your document root. This way, all of your Django-related files -- code and templates -- stay in one place, and you'll still be able to svn update your code to get t

Re: Django Admin CSS Problems in Safari

2006-05-09 Thread Wilson Miner
I still haven't been able to confirm this particular display problem, but adding the padding rule to #container doesn't break anything, so I went ahead and commited that change. On 4/29/06, parsch <[EMAIL PROTECTED]> wrote: > > > Matthew Flanagan schrieb: > > > I can confirm that i'm seeing this

Re: Django Admin CSS Problems in Safari

2006-04-29 Thread parsch
Matthew Flanagan schrieb: > I can confirm that i'm seeing this padding issue in safari and the > webkit inspector shows: > padding-top:10px; > padding-right:20px; > padding-bottom:10px; > padding-left:20px; > > I've been seeing it since wilson did the split of all the css files a > while back bu

Re: Django Admin CSS Problems in Safari

2006-04-28 Thread Matthew Flanagan
I can confirm that i'm seeing this padding issue in safari and the webkit inspector shows: padding-top:10px; padding-right:20px; padding-bottom:10px; padding-left:20px; I've been seeing it since wilson did the split of all the css files a while back but I thought it was something i had done. I ju

Re: Django Admin CSS Problems in Safari

2006-04-28 Thread James Bennett
On 4/28/06, parsch <[EMAIL PROTECTED]> wrote: > Thanks for your attention, I'll keep on trying to to find out what > causes the problem. If you go grab a WebKit nightly build, you can use its built-in inspector to try to isolate the problem. -- "May the forces of evil become confused on the way

Re: Django Admin CSS Problems in Safari

2006-04-28 Thread parsch
Thanks for your attention, I'll keep on trying to to find out what causes the problem. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegr

Re: Django Admin CSS Problems in Safari

2006-04-28 Thread James Bennett
On 4/28/06, parsch <[EMAIL PROTECTED]> wrote: > No, for modifications I use another server. > The screenshots show the results of the original CSS of the latest MR > version (I changed the background-color only). I'm running the latest magic-removal as well, and I'm unable to reproduce this. --

Re: Django Admin CSS Problems in Safari

2006-04-28 Thread parsch
No, for modifications I use another server. The screenshots show the results of the original CSS of the latest MR version (I changed the background-color only). --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Djang

Re: Django Admin CSS Problems in Safari

2006-04-28 Thread James Bennett
On 4/28/06, parsch <[EMAIL PROTECTED]> wrote: > i also used the django admin in safari a thousand times - the error > appeared just some days ago and was reproduced on 4 computers at this > time. Did it start happening right around the time you started modifying the CSS? -- "May the forces of ev

Re: Django Admin CSS Problems in Safari

2006-04-28 Thread parsch
hello james, thanks for your answer. i also used the django admin in safari a thousand times - the error appeared just some days ago and was reproduced on 4 computers at this time. 2 screenshots: http://www.vonautomatisch.at/DjangoAdminIndex.png http://www.vonautomatisch.at/DjangoAdminChangeli

  1   2   >