PS C:\Users\User\Desktop\Django\alura_space-projeto_front> python manage.py collectstatic
You have requested to collect static files at the destination
location as specified in your settings:
C:\Users\User\Desktop\Django\alura_space-projeto_front\static
This will overwrite existing files!
Are you sure you want to do this?
Type 'yes' to continue, or 'no' to cancel: no
CommandError: Collecting static files cancelled.
PS C:\Users\User\Desktop\Django\alura_space-projeto_front> python manage.py collectstatic
You have requested to collect static files at the destination
location as specified in your settings:
C:\Users\User\Desktop\Django\alura_space-projeto_front\static
This will overwrite existing files!
Are you sure you want to do this?
Type 'yes' to continue, or 'no' to cancel: yes
0 static files copied to 'C:\Users\User\Desktop\Django\alura_space-projeto_front\static', 176 unmodified.
PS C:\Users\User\Desktop\Django\alura_space-projeto_front>
Agora me perdi. Não atualizou a página e não entendi o que deu errado. Já verifiquei o caminho comparando com algumas respostas das dúvidas anteriores e estava tudo certo, mas mesmo assim não atualizou a página.