Skip to content

Commit

Permalink
settings: Add a warning for folks using FILES_TO_COPY.
Browse files Browse the repository at this point in the history
  • Loading branch information
wking committed Jun 12, 2013
1 parent 29f0aa3 commit 4058cfd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pelican/settings.py
Expand Up @@ -257,6 +257,8 @@ def configure_settings(settings):

for old,new,doc in [
('LESS_GENERATOR', 'the Webassets plugin', None),
('FILES_TO_COPY', 'STATIC_PATHS and EXTRA_PATH_METADATA',
'https://github.com/getpelican/pelican/pull/795'),
]:
if old in settings:
message = 'The {} setting has been removed in favor of {}'
Expand Down

0 comments on commit 4058cfd

Please sign in to comment.