django-medusa
django-medusa copied to clipboard
Added static media collection
Work
- Added static media collection as a post static generation step to django-medusa.
- Added two additional settings related to static file collection:
- MEDUSA_COLLECT_STATIC (defaults to False)
- MEDUSA_COLLECT_STATIC_IGNORE (defaults to [])
- Updated readme with detailed instructions to collect static media to facilitate deployments.
- Updated setup.py to automaticaly pull in readme and version.
Just going to chime in and say that this would be awesome. I have my own workaround to get static content for my site, but having this built in would be even better
Thanks @StoicLoofah I'm not sure the maintainer has looked at this project in a while.