- [ ] Turn off DEBUG mode in config: https://docs.djangoproject.com/en/1.10/ref/settings/#debug - [ ] change SECRET_KEY in local config: https://docs.djangoproject.com/en/1.10/ref/settings/#std:setting-SECRET_KEY - [x] Rotate secret for Bot API (check API_KEY in local config) #87 - [x] Rotate (different!) secret for Newsletter API #79 - [ ] configure mail gateway (to use the VDB one?) - [ ] change database password in local config (and on dbms) - [ ] reset database, perform full migrate - [ ] tune logging - [ ] enable/tune monitoring - [ ] fail2ban and such - [ ] disable password protection, see #80 ;-)
;-)