About Secure Configuration

You can check the security bits of advice for your staging or production website with this management command:

1
2
$ export DJANGO_SETTINGS_MODULE=myproject.settings.production
$ python manage.py check --deploy

Tips and Tricks Dev Ops Development Django 4.2 Django 3.2 Django 2.2 Bash