pombreda / django-hotclub

Automatically exported from code.google.com/p/django-hotclub
MIT License
0 stars 0 forks source link

css namespace problem with admin css files #187

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. add base.css to complete_project/myapp/media/myapp/css/base.css
2. add to complete_project/templates/site_base.html <link rel="stylesheet"
href="{{ MEDIA_URL }}myapp/css/base.css" />
3. go to http://localhost:8000 and see with firebug that the admin css
files are being loaded instead of your base.css

What is the expected output? What do you see instead?
It should load myapp/media/css/base.css and not the admin base.css

What version of the product are you using? On what operating system?
0.7 trunk

Please provide any additional information below.
Maybe the problem has nothing to do with base.css and it will happen with
other media files with the same name.

Original issue reported on code.google.com by pablo.platt@gmail.com on 24 Feb 2009 at 6:14

GoogleCodeExporter commented 9 years ago
Fixed in revision 1593 

Original comment by leidel on 1 Mar 2009 at 12:43