Django - Deployment and Production
Given this production setting snippet:
What happens when you run
DEBUG = False ALLOWED_HOSTS = ['example.com'] STATIC_ROOT = '/var/www/static/'
What happens when you run
python manage.py collectstatic?