Getting ready

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:

$ brew install ansible
$ brew cask install virtualbox
$ brew cask install vagrant
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.15.10.137