Skip to content
This repository has been archived by the owner on Aug 4, 2021. It is now read-only.

Commit

Permalink
Add a "empty" media directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jedie committed Feb 25, 2015
1 parent 8c2f552 commit d7e35fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions pylucid_installer/page_instance_template/media/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore
2 changes: 1 addition & 1 deletion tests/test_installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def test_create(self):
)
self.assertListEqual(
sorted(os.listdir(temp_path)),
['manage.py', 'static', 'unittest_project']
['manage.py', 'media', 'static', 'unittest_project']
)

# Check patched manage.py
Expand Down

0 comments on commit d7e35fb

Please sign in to comment.