]> git.0d.be Git - panikdb.git/commitdiff
settings: use https for website base url
authorFrédéric Péters <fpeters@0d.be>
Tue, 9 Feb 2021 09:51:02 +0000 (10:51 +0100)
committerFrédéric Péters <fpeters@0d.be>
Tue, 9 Feb 2021 09:51:02 +0000 (10:51 +0100)
panikdb/settings.py

index c573d0f6b97a5e798249d55a4f67d6c1f0fbb06a..73b42a90ef590259b384bcbf6263b9e586d8b050 100644 (file)
@@ -242,7 +242,7 @@ TEST_RUNNER = 'django.test.runner.DiscoverRunner'
 
 AUTH_USER_MODEL = 'aa.User'
 LOGIN_REDIRECT_URL = '/'
-WEBSITE_BASE_URL = 'http://www.radiopanik.org/'
+WEBSITE_BASE_URL = 'https://www.radiopanik.org/'
 
 NEWSLETTER_SENDER = 'info@radiopanik.org'
 NEWSLETTER_DOMAIN = 'radiopanik.org'