[Ilugc] [ILUG-C] [Kanchi-LUG] [FSFTN]

  • From: praveen9482@xxxxxxxxx (praveen s)
  • Date: Mon, 21 Apr 2014 14:07:18 +0530

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

Other related posts: