mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
settings: Add a warning for folks using FILES_TO_COPY.
This commit is contained in:
parent
29f0aa39d2
commit
4058cfdea4
1 changed files with 2 additions and 0 deletions
|
|
@ -257,6 +257,8 @@ def configure_settings(settings):
|
||||||
|
|
||||||
for old,new,doc in [
|
for old,new,doc in [
|
||||||
('LESS_GENERATOR', 'the Webassets plugin', None),
|
('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:
|
if old in settings:
|
||||||
message = 'The {} setting has been removed in favor of {}'
|
message = 'The {} setting has been removed in favor of {}'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue