Let me thanks you guys at the Stack Overflow community for helping me with various Django and Apache (with mod_wsgi) errors. I\'ve asked about 5 related questions so far and
The following did the trick for me. (Django 1.11 with Python 3.6)
Alias /static/admin /usr/local/lib/python3.6/site-packages/django/contrib/admin/static/admin
Require all granted
Order allow,deny
Allow from all
# AllowOverride All
Alias /static /var/www/app/static