Skip to main content

Updating static files

The /var/www/* folders may need sudo permissions.

Run:

sudo su
cd <path_inside_the_project_folder>
source venv/bin/activate
python manage.py collectstatic
exit