diff options
| author | Tom Christie | 2012-12-28 12:33:24 +0000 |
|---|---|---|
| committer | Tom Christie | 2012-12-28 12:33:24 +0000 |
| commit | 3e4242fc43def87fc6e0bda11afd8d3a82bd3ae3 (patch) | |
| tree | 5173935d1f56f87e7ba7885894dc1374502e65da /rest_framework | |
| parent | eefd5b05fbd7639fa813728bde44f1614875866e (diff) | |
| download | django-rest-framework-3e4242fc43def87fc6e0bda11afd8d3a82bd3ae3.tar.bz2 | |
django.contrib.staticfiles no longer needs to be in INSTALLED_APPS
Diffstat (limited to 'rest_framework')
| -rw-r--r-- | rest_framework/runtests/settings.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rest_framework/runtests/settings.py b/rest_framework/runtests/settings.py index 90fbaa98..dd5d9dc3 100644 --- a/rest_framework/runtests/settings.py +++ b/rest_framework/runtests/settings.py @@ -91,7 +91,6 @@ INSTALLED_APPS = ( 'django.contrib.sessions', 'django.contrib.sites', 'django.contrib.messages', - 'django.contrib.staticfiles', # Uncomment the next line to enable the admin: # 'django.contrib.admin', # Uncomment the next line to enable admin documentation: |
