diff options
author | mattack108 <matt.lenc@gmail.com> | 2013-01-15 16:39:54 +0000 |
---|---|---|
committer | mattack108 <matt.lenc@gmail.com> | 2013-01-15 16:39:54 +0000 |
commit | cda678a3ea9b01a684c6e2d3ed636834f41c96f8 (patch) | |
tree | 45a1966ab8da505e62490c5a8651075c4ed157a1 | |
parent | 97629b6bec2e63c207d832983e9b31863dbe2ab9 (diff) | |
download | django-wkhtmltopdf-cda678a3ea9b01a684c6e2d3ed636834f41c96f8.tar.gz django-wkhtmltopdf-cda678a3ea9b01a684c6e2d3ed636834f41c96f8.tar.bz2 django-wkhtmltopdf-cda678a3ea9b01a684c6e2d3ed636834f41c96f8.zip |
Remove unwanted settings vars from test project
-rw-r--r-- | wkhtmltopdf/test_settings.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/wkhtmltopdf/test_settings.py b/wkhtmltopdf/test_settings.py index 8b2ec62..9f6e461 100644 --- a/wkhtmltopdf/test_settings.py +++ b/wkhtmltopdf/test_settings.py @@ -11,10 +11,6 @@ DATABASES = { } } -# MEDIA_URL = '/media/' -# MEDIA_ROOT = '/tmp/media' -# STATIC_URL = '/static/' -# STATIC_ROOT = '/tmp/static' MEDIA_ROOT = os.path.join(DIRNAME, 'media') MEDIA_URL = '/media/' STATIC_ROOT = os.path.join(DIRNAME, 'static') |