From 8d4fefbe95038bc72b7490c7049714d264f0eaca Mon Sep 17 00:00:00 2001 From: Keegan McAllister Date: Wed, 17 Oct 2012 14:48:45 -0400 Subject: [PATCH] Remove Django staticfiles config We're not really using it, and it's misleading. (imported from commit 4244934cdcc957b4e12184b935953830ac443280) --- humbug/settings.py | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/humbug/settings.py b/humbug/settings.py index 567fa3ab8b..ad394ff3d4 100644 --- a/humbug/settings.py +++ b/humbug/settings.py @@ -69,31 +69,6 @@ TEMPLATE_DIRS = ( os.path.join(SITE_ROOT, '..', 'templates'),) # Examples: "http://media.lawrence.com/media/", "http://example.com/media/" MEDIA_URL = '' -# Absolute path to the directory static files should be collected to. -# Don't put anything in this directory yourself; store your static files -# in apps' "static/" subdirectories and in STATICFILES_DIRS. -# Example: "/home/media/media.lawrence.com/static/" -STATIC_ROOT = '' - -# URL prefix for static files. -# Example: "http://media.lawrence.com/static/" -STATIC_URL = '/static/' - -# Additional locations of static files -STATICFILES_DIRS = ( - # Put strings here, like "/home/html/static" or "C:/www/django/static". - # Always use forward slashes, even on Windows. - # Don't forget to use absolute paths, not relative paths. -) - -# List of finder classes that know how to find static files in -# various locations. -STATICFILES_FINDERS = ( - 'django.contrib.staticfiles.finders.FileSystemFinder', - 'django.contrib.staticfiles.finders.AppDirectoriesFinder', -# 'django.contrib.staticfiles.finders.DefaultStorageFinder', -) - # Make this unique, and don't share it with anybody. SECRET_KEY = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'