Removed obsolete reference to media directory.
This commit is contained in:
parent
bd059e3f8c
commit
787dd6519a
|
@ -1 +1 @@
|
||||||
In app media directory.
|
In static directory.
|
||||||
|
|
|
@ -95,4 +95,4 @@ class StaticLiveServerView(LiveServerBase):
|
||||||
to discover app's static assets without having to collectstatic first.
|
to discover app's static assets without having to collectstatic first.
|
||||||
"""
|
"""
|
||||||
f = self.urlopen('/static/test/file.txt')
|
f = self.urlopen('/static/test/file.txt')
|
||||||
self.assertEqual(f.read().rstrip(b'\r\n'), b'In app media directory.')
|
self.assertEqual(f.read().rstrip(b'\r\n'), b'In static directory.')
|
||||||
|
|
Loading…
Reference in New Issue