Skip to content
This repository has been archived by the owner on Dec 3, 2019. It is now read-only.

Added static media collection #19

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Open

Commits on Feb 12, 2015

  1. Minor PEP8 fixes.

    Brandon Taylor committed Feb 12, 2015
    Configuration menu
    Copy the full SHA
    c7cad47 View commit details
    Browse the repository at this point in the history
  2. Added setting to pass in optional ignore patterns to collectstatic.

    Added collectstatic command to static site generation.
    Brandon Taylor committed Feb 12, 2015
    Configuration menu
    Copy the full SHA
    84cad77 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2015

  1. Added MEDUSA_COLLECT_STATIC setting.

    Brandon Taylor committed Feb 13, 2015
    Configuration menu
    Copy the full SHA
    7ad3301 View commit details
    Browse the repository at this point in the history
  2. Added condition to execute collectstatic command.

    Brandon Taylor committed Feb 13, 2015
    Configuration menu
    Copy the full SHA
    acb2d17 View commit details
    Browse the repository at this point in the history
  3. Version bump to 0.3.1.

    Updated setup.py to leverage readme file and version from __init__.py.
    Updated documentation with new settings and collectstatic instructions.
    Brandon Taylor committed Feb 13, 2015
    Configuration menu
    Copy the full SHA
    3311c14 View commit details
    Browse the repository at this point in the history
  4. Small change to first sentence.

    Brandon Taylor committed Feb 13, 2015
    Configuration menu
    Copy the full SHA
    9459fa3 View commit details
    Browse the repository at this point in the history
  5. Minor additions.

    Brandon Taylor committed Feb 13, 2015
    Configuration menu
    Copy the full SHA
    cd87a54 View commit details
    Browse the repository at this point in the history
  6. Changed MEDUSA_COLLECTSTATIC_IGNORE to MEDUSA_COLLECT_STATIC_IGNORE f…

    …or consistency.
    Brandon Taylor committed Feb 13, 2015
    Configuration menu
    Copy the full SHA
    101bd28 View commit details
    Browse the repository at this point in the history
  7. Fixed typo

    alsoicode committed Feb 13, 2015
    Configuration menu
    Copy the full SHA
    50ae8d7 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2015

  1. Updated method that __version__ is retrieved by so installs via pip s…

    …pecifying the Github repo don't fail.
    alsoicode committed Jun 25, 2015
    Configuration menu
    Copy the full SHA
    5251d84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4552c81 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2016

  1. updated importlib importing to use python base package instead of dja…

    …ngo.utils one which was removed in django1.9
    toumbask committed Jan 5, 2016
    Configuration menu
    Copy the full SHA
    ef4464f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from PixelActions/django1.9-compatibility

    updated importlib importing to use python base package instead of dja…
    alsoicode committed Jan 5, 2016
    Configuration menu
    Copy the full SHA
    f3d1272 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2016

  1. Improve handling of non-200 response codes

    Adds a helpful message to the exception thrown in response to non-
    200 response codes. Additionally, prevents DiskStaticSiteRenderer
    from swallowing the exception when rendering paths in parallel.
    ninepints committed Sep 18, 2016
    Configuration menu
    Copy the full SHA
    4e6358e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from ninepints/exceptions

    Improve handling of non-200 response codes
    alsoicode authored Sep 18, 2016
    Configuration menu
    Copy the full SHA
    f41f53c View commit details
    Browse the repository at this point in the history
  3. Updates to readme, and setup.py. Version bump to 0.3.2

    Brandon Taylor authored and Brandon Taylor committed Sep 18, 2016
    Configuration menu
    Copy the full SHA
    2b777e9 View commit details
    Browse the repository at this point in the history