Closed theodotos closed 6 years ago
From the traceback, it seems like you are setting the mailman_production_secret_key
as a list, not as a string. This should be a string, along the lines of:
mailman_production_secret_key: '1234567890123456789012'
Yes, you are right! It works now, my fault.
Thanks @JanLuca !
Hi. I am trying to setup Mailman3 but I get this during the 'Migrate Django-DB' task:
Running a syntax check on the candidate Mailman3 host I get:
Python version on the mailman host is 2.7.13
Any idea?