static files are not working

2013-09-13 Thread Harjot Mann
I have placed my static folder called time in /usr/local/lib/python2.7/dist-packages/django/contrib/admin/static and give this path in settings.py file in STATIC_ROOT and STATIC_URL='/static' and used in my template file as but no css working. Please help me, thanks in advance -- Harjot Kaur Man

Re: static files are not working

2013-09-13 Thread Kelvin Wong
Are you saying that your settings are like this? STATIC_ROOT = '/usr/local/lib/python2.7/dist-packages/django/contrib/admin/static' STATIC_URL='/static/' # < Trailing slash required! check it If so that is asking for trouble when you do a collectstatic. You'll prob get permission error un