We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deberíamos tener la configuración para borrar el cache inmediatamente cuando se haga un nuevo deployment con cambios en los archivos de CSS/JS.
Si no, estaremos sirviendo nuevo HTML y viejo CSS/JS hasta que el cache expire.
La recomendación de usar S3 es un mal consejo acá: https://docs.djangoproject.com/en/4.2/howto/static-files/deployment/#serving-static-files-from-a-cloud-service-or-cdn Siempre deberíamos usar CDN si es posible.
Usar S3 para cargar directamente CSS/JS y otros archivos:
The text was updated successfully, but these errors were encountered:
Estamos usando esta app para servir los static files: https://github.com/etianen/django-s3-storage
Sorry, something went wrong.
Necesitamos agregar eso: https://docs.djangoproject.com/en/5.1/ref/contrib/staticfiles/#manifeststaticfilesstorage
No branches or pull requests
Deberíamos tener la configuración para borrar el cache inmediatamente cuando se haga un nuevo deployment con cambios en los archivos de CSS/JS.
Si no, estaremos sirviendo nuevo HTML y viejo CSS/JS hasta que el cache expire.
La recomendación de usar S3 es un mal consejo acá:
https://docs.djangoproject.com/en/4.2/howto/static-files/deployment/#serving-static-files-from-a-cloud-service-or-cdn
Siempre deberíamos usar CDN si es posible.
Usar S3 para cargar directamente CSS/JS y otros archivos:
The text was updated successfully, but these errors were encountered: