diff options
| -rw-r--r-- | django/views/static.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/views/static.py b/django/views/static.py index f0e43ffe4e..8095fc9231 100644 --- a/django/views/static.py +++ b/django/views/static.py @@ -1,5 +1,5 @@ """ -Views and functions for serving static files. These are only to be used +Views and functions for serving static files. These are only to be used during development, and SHOULD NOT be used in a production setting. """ |
