Skip to content

Remove conf legada de storage#18

Merged
pitangainnovare merged 2 commits intoscieloorg:mainfrom
pitangainnovare:fix/storage-conf
Jul 30, 2025
Merged

Remove conf legada de storage#18
pitangainnovare merged 2 commits intoscieloorg:mainfrom
pitangainnovare:fix/storage-conf

Conversation

@pitangainnovare
Copy link
Copy Markdown
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