In testing a recent update to django admin 508, we encountered differences between local testing environments and the deployed environment that likely arose from css files from another deployment.
Acceptance Criteria:Create a list of functional outcomes that must be achieved to complete this issue
[ ] Deployments to a different dev space don't affect other django admin static files
[ ] Deployment will create prefix if it does not exist
[ ] Testing Checklist has been run and all tests pass
[ ] README is updated, if necessary
Tasks:Create a list of granular, specific work items that must be completed to deliver the desired outcomes of this issue
[ ] Pull in the cloud.gov environment as a variable (e.g., raft vs sandbox vs qasp vs a11y)
[ ] Utilize new s3 prefixes for each instance dev environment
[ ] Run Testing Checklist and confirm all tests pass
Notes:Add additional useful information, such as related issues and functionality that isn't covered by this specific issue, and other considerations that will be helpful for anyone reading this
If automating creation of prefixes is burdensome, we can re-evaluate that AC.
Deployments to one environment can override static files for another environment (i.e. New library to exist in new library).
Staticfiles are supplied by Django and plug-ins and drive the admin site.
Supporting Documentation:Please include any relevant log snippets/files/screen shots
Description:
In testing a recent update to django admin 508, we encountered differences between local testing environments and the deployed environment that likely arose from css files from another deployment.
Acceptance Criteria: Create a list of functional outcomes that must be achieved to complete this issue
Tasks: Create a list of granular, specific work items that must be completed to deliver the desired outcomes of this issue
Notes: Add additional useful information, such as related issues and functionality that isn't covered by this specific issue, and other considerations that will be helpful for anyone reading this
If automating creation of prefixes is burdensome, we can re-evaluate that AC.
Deployments to one environment can override static files for another environment (i.e. New library to exist in new library).
Staticfiles are supplied by Django and plug-ins and drive the admin site.
Supporting Documentation: Please include any relevant log snippets/files/screen shots
Open Questions: Please include any questions or decisions that must be made before beginning work or to confidently call this issue complete