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
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
2 matches
Mail list logo