Changes between Initial Version and Version 1 of Ticket #24150


Ignore:
Timestamp:
Jan 13, 2015, 5:05:34 PM (9 years ago)
Author:
Aryeh Hillman
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24150 – Description

    initial v1  
    3636}}}
    3737
    38 Clearly mentioned is a {{{--settings}} flag, which takes a path to a django settings file. Supposing, however, that we want to run collectstatic from a script and want to dynamically modify our settings file. For example, something like
     38Clearly mentioned is a {{{--settings}}} flag, which takes a path to a django settings file. Supposing, however, that we want to run collectstatic from a script and want to dynamically modify our settings file. For example, something like
    3939
    4040{{{
Back to Top