sudo apt-get install mariadb-server mariadb-client libmariadb-dev pkg-config -yDB timezone thing
mysql_tzinfo_to_sql /usr/share/zoneinfo | sudo mysql mysqlCreate DataBase
CREATE DATABASE <database-name> CHARACTER SET utf8;Do Not Do This But
Store data in a JSON file
python manage.py dumpdata > data.jsonLoad data
python manage.py loaddata data.jsonsudo apt-get install pandoc -yInstall dependency
sudo apt install certbot python3-certbot-nginx -yGenerate certificate and associate it
sudo certbot --nginx -d <example.com>Auto renew the certificate
sudo systemctl status certbot.timer
sudo certbot renew --dry-run # test if auto renewal works