Skip to content

Conversation

@pitangainnovare
Copy link
Contributor

Para Django mais recente, basta ter

# Isto consta no arquivo base.py
STORAGES = {
    "staticfiles": {
        "BACKEND": "django.contrib.staticfiles.storage.StaticFilesStorage",
    },
}

Por isso, do arquivo production foi removido o campo:

# Isto constava no arquivo production.py
STATICFILES_STORAGE = ...

@pitangainnovare pitangainnovare merged commit 9bb3984 into scieloorg:main Jul 30, 2025
3 checks passed
@pitangainnovare pitangainnovare deleted the fix/storage-conf branch July 30, 2025 17:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant