#21750: STATIC_ROOT is required in 1.7
-------------------------------------+--------------------
     Reporter:  aaugustin            |      Owner:  nobody
         Type:  Bug                  |     Status:  new
    Component:  contrib.staticfiles  |    Version:  master
     Severity:  Release blocker      |   Keywords:
 Triage Stage:  Unreviewed           |  Has patch:  0
Easy pickings:  0                    |      UI/UX:  0
-------------------------------------+--------------------
 In Django 1.7, STATIC_ROOT is required to use the staticfiles app, while
 it wasn't in Django 1.6 and earlier.

 For instance I'm encountering the following error when running the debug
 toolbar's test suite.

 {{{
 ImproperlyConfigured: You're using the staticfiles app without having set
 the STATIC_ROOT setting to a filesystem path.
 }}}

 If this was done on purpose, it should be documented in the release notes.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/21750>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/052.cd064e65bc8fa2dfdb4c3f7819ea333b%40djangoproject.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to