Hello everyone,
I am using django framework,
In this framework I am not able to collect static files,
I was give

settings.py

STATICFILES_DIR = (
    os.path.join(BASE_DIR, "static"),
)

STATIC_ROOT = 'C:/Documents and
Settings/praveen.s/Desktop/Django/django_test/static'

STATIC_URL = '/static/'

STATICFILES_FINDERS = (
    "django.contrib.staticfiles.finders.FileSystemFinder",
    "django.contrib.staticfiles.finders.AppDirectoriesFinder"
    )


This collects files into a admin folder, but my own css files are not
collected... When I try to load my logo image I'll show page not found
(404) error. What should I do?

Thanks in advance...

With Regards
S. Praveen

http://praveenlearner.wordpress.com
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines

Reply via email to