From 2d1ad0b85c35497c51faa0bc747b7e13c6578609 Mon Sep 17 00:00:00 2001 From: fpasquier93 <38916194+fpasquier93@users.noreply.github.com> Date: Tue, 30 Jun 2020 11:36:15 +0200 Subject: [PATCH] Update settings.py --- app/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/settings.py b/app/settings.py index 31473269..1bdc2d11 100644 --- a/app/settings.py +++ b/app/settings.py @@ -380,4 +380,4 @@ NOTEBOOK_ARGUMENTS = [ SILENCED_SYSTEM_CHECKS = ['fields.W342',] -FIRST_YEAR = 1857 # Year of patent filing of the 1st sound recorder by Édouard-Léon Scott de Martinville \ No newline at end of file +FIRST_YEAR_PUBLISHED = 1857 # Year of patent filing of the 1st sound recorder by Édouard-Léon Scott de Martinville -- 2.39.5