#17656: collectstatic should not require a database
-------------------------------------+--------------------
     Reporter:  jcspray@…            |      Owner:  nobody
         Type:  Bug                  |     Status:  new
    Component:  contrib.staticfiles  |    Version:  1.3
     Severity:  Normal               |   Keywords:
 Triage Stage:  Unreviewed           |  Has patch:  0
Easy pickings:  0                    |      UI/UX:  0
-------------------------------------+--------------------
 The collectstatic command, like all management commands, gets a call to
 self.validate() which requires a database to be up and running.  This is
 annoying, because this command has no need for the database at all, and
 may well be run during packaging/deployment where a database may not be
 present.

 Although hypothetically the STATICFILES_STORAGE setting could refer to
 something that stores static files in a database, the behaviour should be
 made more convenient for the default.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/17656>
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 post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to