Skip to content

Commit b1b4f2a

Browse files
committed
Change static->media and stop using collectstatic
This changes both the storage location of the files and the URL. This aligns it up with how (almost) all our other django apps work, so good for consistency.
1 parent 1bea866 commit b1b4f2a

35 files changed

+16
-37
lines changed

pgcommitfest/commitfest/static/commitfest/css/bootstrap-theme.min.css renamed to media/commitfest/css/bootstrap-theme.min.css

File renamed without changes.

pgcommitfest/commitfest/static/commitfest/css/bootstrap.css renamed to media/commitfest/css/bootstrap.css

File renamed without changes.

pgcommitfest/commitfest/static/commitfest/css/commitfest.css renamed to media/commitfest/css/commitfest.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ div.form-group div.controls input.threadpick-input {
4444
*/
4545
#attachThreadListWrap.loading {
4646
display: block;
47-
background: url('/static/commitfest/spinner.gif') no-repeat center;
47+
background: url('/media/commitfest/spinner.gif') no-repeat center;
4848
width: 124px;
4949
height: 124px;
5050
margin: 0 auto;
@@ -57,7 +57,7 @@ div.form-group div.controls input.threadpick-input {
5757
* Annotate message dialog */
5858
#annotateMessageBody.loading {
5959
display: block;
60-
background: url('/static/commitfest/spinner.gif') no-repeat center;
60+
background: url('/media/commitfest/spinner.gif') no-repeat center;
6161
width: 124px;
6262
height: 124px;
6363
margin: 0 auto;

pgcommitfest/commitfest/static/commitfest/css/images/animated-overlay.gif renamed to media/commitfest/css/images/animated-overlay.gif

File renamed without changes.

pgcommitfest/commitfest/static/commitfest/css/images/ui-bg_flat_0_aaaaaa_40x100.png renamed to media/commitfest/css/images/ui-bg_flat_0_aaaaaa_40x100.png

File renamed without changes.

pgcommitfest/commitfest/static/commitfest/css/images/ui-bg_flat_75_ffffff_40x100.png renamed to media/commitfest/css/images/ui-bg_flat_75_ffffff_40x100.png

File renamed without changes.

pgcommitfest/commitfest/static/commitfest/css/images/ui-bg_glass_55_fbf9ee_1x400.png renamed to media/commitfest/css/images/ui-bg_glass_55_fbf9ee_1x400.png

File renamed without changes.

pgcommitfest/commitfest/static/commitfest/css/images/ui-bg_glass_65_ffffff_1x400.png renamed to media/commitfest/css/images/ui-bg_glass_65_ffffff_1x400.png

File renamed without changes.

pgcommitfest/commitfest/static/commitfest/css/images/ui-bg_glass_75_dadada_1x400.png renamed to media/commitfest/css/images/ui-bg_glass_75_dadada_1x400.png

File renamed without changes.

pgcommitfest/commitfest/static/commitfest/css/images/ui-bg_glass_75_e6e6e6_1x400.png renamed to media/commitfest/css/images/ui-bg_glass_75_e6e6e6_1x400.png

File renamed without changes.

0 commit comments

Comments
 (0)