March 2020
Intermediate to advanced
608 pages
17h 17m
English
Go through the deployment checklist and make sure that your configuration passes all security recommendations at https://docs.djangoproject.com/en/3.0/howto/deployment/checklist/. At least make sure that your project configuration doesn't raise warnings when you run the following:
(env)$ python manage.py check --deploy -- settings=myproject.settings.staging
Install the latest stable versions of Ansible, Vagrant, and VirtualBox. You can get them from the following official websites:
On macOS X you can install all of them with HomeBrew ...
Read now
Unlock full access