mirror of
https://github.com/django/django.git
synced 2025-11-02 04:48:33 +00:00
Removed obsolete reference to media directory.
This commit is contained in:
parent
bd059e3f8c
commit
787dd6519a
2 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
"""
|
||||
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…
Add table
Add a link
Reference in a new issue