django-medusa icon indicating copy to clipboard operation
django-medusa copied to clipboard

Added static media collection

Open alsoicode opened this issue 9 years ago • 2 comments

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.

alsoicode avatar Feb 13 '15 03:02 alsoicode

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

StoicLoofah avatar Feb 27 '15 22:02 StoicLoofah

Thanks @StoicLoofah I'm not sure the maintainer has looked at this project in a while.

alsoicode avatar Mar 03 '15 01:03 alsoicode