Hallo zusammen,

ich habe kleines problem mit pfadangabe. ich habe eine ganz normale
einfache index.html mit bilder drin. ich projekt angelegt in django
mit Aptana. Also mein problem taucht da auf wenn ich die Seite
aufmache.

1) wenn ich die index.html vom Ordner aus direkt mit doppelklick
aufmache, ist alles in ordnung, bilder sind da und alles perfekt.

2) aber wenn ich mit manage.py runserver mache und in localhost
aufmache die seite, dann ich sehe keine bilder, anstatt bilder sind
komische platzhalter vom bild, wenn ich das zeig durch rechte
maustaste "bild speichern" mache, dann speichert er zwar irgendwas,
aber das bild ist nicht da.

woran kann es liegen ?

ich geb mal ganze hierarchie hier an:

-transfer
  - contact (das ist app)
     - __init__
     - models.py
     - tests.py
     - views.py
  - media
     - js
     - images
     - css
  - template
     - index.html
  - transfer
     - __init__
     - settings.py
     - urls.py
     - wsgi.py


z,b, in index.html habe ich so getaggt das bild
  <link rel="stylesheet" href="../media/css/style.css" type="text/css"
media="all">


bitte um Hilfe !!

Doni

-- 
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@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to