Re: Django Server impacts path-rules ???

2012-02-04 Thread doniyor
now i created a folder named static and put all my media resource there. the change is here: -- transfer -- contact (das ist app) -- __init__ -- models.py -- tests.py -- views.py -- static -- js -- images -- css -- template -- index.html -- transfer

Re: Django Server impacts path-rules ???

2012-02-04 Thread doniyor
can you please take a look, here is my settings.py. http://pastebin.com/GSUb2k2e thanks On 5 Feb., 05:58, doniyor wrote: > yes, but here you see: > For local development, if you are using runserver or adding > staticfiles_urlpatterns to your URLconf, you’re done with

Re: Django Server impacts path-rules ???

2012-02-04 Thread doniyor
yes, but here you see: For local development, if you are using runserver or adding staticfiles_urlpatterns to your URLconf, you’re done with the setup – your static files will automatically be served at the default (for newly created projects) STATIC_URL of /static/. On 4 Feb., 19:58, Daniel

Re: Django Server impacts path-rules ???

2012-02-04 Thread Daniel Roseman
On Saturday, 4 February 2012 18:48:08 UTC, doniyor wrote: > > Hi everyone, > > i have a small problem which makes me worry. i have a normal html file > with fotos to see in. and i have created a project and started the > server with "manage.py runserver". this is the point! : > > if i open the

Django Server impacts path-rules ???

2012-02-04 Thread doniyor
Hi everyone, i have a small problem which makes me worry. i have a normal html file with fotos to see in. and i have created a project and started the server with "manage.py runserver". this is the point! : if i open the html file just normal from the folder by doubleclick, the browser shows the