I find the problem.
Problem was the file dir nginx looking for static file is different than I used for static file. I changed the files location and it solved. Thanks for response. On Sunday, December 14, 2014 4:31:49 AM UTC+2, Florian Schweikert wrote: > > On 14/12/14 00:55, Muhammed Tüfekyapan wrote: > > I try many things to serve .css files but I can't do that. How can i > > serve .css and .js files in Django 1.7? > > > > > > I typed django manage.py collectstatic but still my admin panel don't > > load css. > > > > What can i do? > > did you follow the howto in the documentation? > > https://docs.djangoproject.com/en/1.7/howto/static-files/ > > -- Florian > > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/1477ffe3-5d07-4556-b125-c6b5f2ad52f5%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

