Thanks Adam, following the handling static files instructions worked.
Running 'python manage.py collectstatic' copies the static files to
/var/www/media,
so that's the path that I used in
/etc/apache2/sites-enabled/000-default.conf
Alias /static/ /var/www/media
<Directory /var/www/media>
Options Indexes FollowSymLinks
AllowOverride None
Require all granted
</Directory>
Thanks also for pointing out that I should be using the stable, not latest
instructions.
--
-- To post, send email to [email protected]. To unsubscribe, send
email to [email protected]. For more information,
visit https://groups.google.com/d/forum/archesproject?hl=en
---
You received this message because you are subscribed to the Google Groups
"Arches Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.