Skip to content

Commit f233681

Browse files
authored
Merge pull request #146 from sandiegopython/davidfischer/django-staticfiles-warning
Silence a dev-only Django staticfiles warning
2 parents 4c5496f + d874f3b commit f233681

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

assets/dist/.gitkeep

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
This file silences a dev-only Django warning
2+
that occurs when the staticfiles directory doesn't exist.

staticfiles/.gitkeep

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
This file silences a dev-only Django warning
2+
that occurs when the staticfiles directory doesn't exist.

0 commit comments

Comments
 (0)